Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import re
|
|
| 5 |
|
| 6 |
# WARNING: It is not recommended to hardcode sensitive data like API tokens in code.
|
| 7 |
# Consider using environment variables or other secure methods for production applications.
|
| 8 |
-
API_URL = "https://deployment.datasaur.ai/api/deployment/8/
|
| 9 |
API_TOKEN = os.environ["DATASAUR_API_KEY"]
|
| 10 |
|
| 11 |
import re
|
|
|
|
| 5 |
|
| 6 |
# WARNING: It is not recommended to hardcode sensitive data like API tokens in code.
|
| 7 |
# Consider using environment variables or other secure methods for production applications.
|
| 8 |
+
API_URL = "https://deployment.datasaur.ai/api/deployment/8/2748/chat/completions"
|
| 9 |
API_TOKEN = os.environ["DATASAUR_API_KEY"]
|
| 10 |
|
| 11 |
import re
|