Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import requests
|
|
2 |
import json
|
3 |
|
4 |
# Replace with your actual API key
|
5 |
-
API_KEY = "
|
6 |
API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
|
7 |
|
8 |
# Define the prompt in Bahasa Indonesia
|
|
|
2 |
import json
|
3 |
|
4 |
# Replace with your actual API key
|
5 |
+
API_KEY = "sk-3df8d86d5a4b49cb9240077792c55d0a"
|
6 |
API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
|
7 |
|
8 |
# Define the prompt in Bahasa Indonesia
|