Change gpt model

This commit is contained in:
Luke Robles 2024-04-10 07:35:20 -07:00
parent 102f95b1a8
commit 8942bb4397

View File

@ -175,7 +175,8 @@ async def on_message(ctx):
"role": "user", "role": "user",
}, },
], ],
"model": "openchat-3.5-7b", "model": "mistral-7b",
# "model": "openchat-3.5-7b",
"stream": False, "stream": False,
"max_tokens": 4096, "max_tokens": 4096,
"stop": ["hello"], "stop": ["hello"],