Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Simulating the API Key as "legal"
|
| 5 |
-
API_KEY = 'sk-
|
| 6 |
|
| 7 |
# Chatbot Function using DeepSeek LLM
|
| 8 |
def ielts_chat(user_input, part):
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Simulating the API Key as "legal"
|
| 5 |
+
API_KEY = 'sk-7ac906276b784f45a9a989aafccef946'
|
| 6 |
|
| 7 |
# Chatbot Function using DeepSeek LLM
|
| 8 |
def ielts_chat(user_input, part):
|