mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
openai 3.5
This commit is contained in:
@@ -29,7 +29,7 @@ async def chatgpt_response(prompt):
|
||||
if "mabel" in prompt.lower():
|
||||
logger.info("PROMPT: " + 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