tommy24 commited on
Commit
4b58467
·
1 Parent(s): ab9c147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def classify(Textbox, Image, Textbox2, Textbox3):
86
  "Authorization": f"Bearer {auth}"
87
  }
88
 
89
- response = requests.post('https://api.nova-oss.com/v1/chat/completions', headers=headers, json={
90
  "messages":messages,
91
  "model":model_llm
92
  }).json()
 
86
  "Authorization": f"Bearer {auth}"
87
  }
88
 
89
+ response = requests.post(host, headers=headers, json={
90
  "messages":messages,
91
  "model":model_llm
92
  }).json()