mirror of
https://github.com/AskDavis/nate-discord.git
synced 2025-12-31 20:55:58 -08:00
see if rate limit situation is better with gpt3.5
This commit is contained in:
@@ -24,7 +24,7 @@ def chatgpt_response(prompt):
|
||||
|
||||
if "mabel" in prompt.lower() or "Mabel" in prompt.lower():
|
||||
response = openai.ChatCompletion.create(
|
||||
model="gpt-4",
|
||||
model="gpt-3.5-turbo",
|
||||
messages=messages,
|
||||
max_tokens=1800,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user