GabrielSchultz commited on
Commit
769a56c
·
verified ·
1 Parent(s): 65eef27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-dev.modal.run"
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"