MrAli813 commited on
Commit
ea44e7f
1 Parent(s): e70bc2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def predict(message, history):
69
  history_openai_format.append({"role": "user", "content": message})
70
 
71
  response = openai.ChatCompletion.create(
72
- model= 'ft:gpt-3.5-turbo-0125:2292030-peach-tech:colleague-ai:8yIOqLUb',
73
  messages= history_openai_format,
74
  temperature=1.0,
75
  stream=True
 
69
  history_openai_format.append({"role": "user", "content": message})
70
 
71
  response = openai.ChatCompletion.create(
72
+ model= 'ft:gpt-3.5-turbo-0125:2292030-peach-tech:colleague-ai:9Ag6BysG',
73
  messages= history_openai_format,
74
  temperature=1.0,
75
  stream=True