Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
|
4 |
# Replace with your actual API key
|
5 |
API_KEY = "DEEPSEEK_API_KEY"
|
6 |
-
API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
|
7 |
|
8 |
# Define the prompt in Bahasa Indonesia
|
9 |
prompt = "Halo, bisakah kamu membantu saya membuat rencana perjalanan ke Bali?"
|
|
|
3 |
|
4 |
# Replace with your actual API key
|
5 |
API_KEY = "DEEPSEEK_API_KEY"
|
6 |
+
#API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
|
7 |
|
8 |
# Define the prompt in Bahasa Indonesia
|
9 |
prompt = "Halo, bisakah kamu membantu saya membuat rencana perjalanan ke Bali?"
|