Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
|
|
| 27 |
DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
|
| 28 |
|
| 29 |
WELCOME_MESSAGE = (
|
| 30 |
-
"Hello, I'm Thierry Decae's chatbot. You can ask me questions"
|
| 31 |
"about my experience, skills, availability, eligibility, "
|
| 32 |
"etc. You can chat with me in multiple languages."
|
| 33 |
)
|
|
|
|
| 27 |
DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
|
| 28 |
|
| 29 |
WELCOME_MESSAGE = (
|
| 30 |
+
"Hello, I'm Thierry Decae's chatbot. You can ask me questions "
|
| 31 |
"about my experience, skills, availability, eligibility, "
|
| 32 |
"etc. You can chat with me in multiple languages."
|
| 33 |
)
|