tommy24 commited on
Commit
e563e21
·
1 Parent(s): d864b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def function(Textbox,Textbox2, Textbox3):
155
  headers = {
156
  "Authorization": f"Bearer {auth_key}"
157
  }
158
- response = requests.post(tagret2, headers=headers, json={
159
  "messages": messages,
160
  "model":"gpt-3.5-turbo"
161
  }).json()
 
155
  headers = {
156
  "Authorization": f"Bearer {auth_key}"
157
  }
158
+ response = requests.post(target2, headers=headers, json={
159
  "messages": messages,
160
  "model":"gpt-3.5-turbo"
161
  }).json()