Spaces:
Paused
Paused
Commit
·
b5a237b
1
Parent(s):
b712a91
changed default config app.py
Browse files
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-
|
35 |
-
"temperature": 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,
|