datasaur-dev commited on
Commit
93651df
·
verified ·
1 Parent(s): 017e4bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/2723/chat/completions"
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