lsy9874205 commited on
Commit
b5a237b
·
1 Parent(s): b712a91

changed default config app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ Think through your response step by step.
31
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
32
  async def start_chat():
33
  settings = {
34
- "model": "gpt-3.5-turbo",
35
- "temperature": 0.0,
36
  "max_tokens": 500,
37
  "top_p": 1,
38
  "frequency_penalty": 0,
 
31
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
32
  async def start_chat():
33
  settings = {
34
+ "model": "gpt-4",
35
+ "temperature": 0.5,
36
  "max_tokens": 500,
37
  "top_p": 1,
38
  "frequency_penalty": 0,