christinemahler commited on
Commit
75792a0
·
1 Parent(s): c077a48

Updating model

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -22,7 +22,7 @@ Think through your response step by step.
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
23
  async def start_chat():
24
  settings = {
25
- "model": "gpt-3.5-turbo",
26
  "temperature": 0,
27
  "max_tokens": 500,
28
  "top_p": 1,
 
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
23
  async def start_chat():
24
  settings = {
25
+ "model": "gpt-4o-mini",
26
  "temperature": 0,
27
  "max_tokens": 500,
28
  "top_p": 1,