mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05: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():
|
if "mabel" in prompt.lower() or "Mabel" in prompt.lower():
|
||||||
response = openai.ChatCompletion.create(
|
response = openai.ChatCompletion.create(
|
||||||
model="gpt-4",
|
model="gpt-3.5-turbo",
|
||||||
messages=messages,
|
messages=messages,
|
||||||
max_tokens=1800,
|
max_tokens=1800,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user