Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ api_key = os.getenv("apichatbotacess")
|
|
| 7 |
|
| 8 |
# Define the API calling function
|
| 9 |
def api_call(prompt, thread_id, model_name, chat_history):
|
| 10 |
-
url = "https://multimodalcompany-dev--talent-chatbot-beta-dev
|
| 11 |
headers = {
|
| 12 |
"key": api_key,
|
| 13 |
"Content-Type": "application/json"
|
|
|
|
| 7 |
|
| 8 |
# Define the API calling function
|
| 9 |
def api_call(prompt, thread_id, model_name, chat_history):
|
| 10 |
+
url = "https://multimodalcompany-dev--talent-chatbot-beta-dev.modal.run"
|
| 11 |
headers = {
|
| 12 |
"key": api_key,
|
| 13 |
"Content-Type": "application/json"
|