From ff489374823d276c632496c3507f01bae43205c6 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Mon, 30 Dec 2024 21:45:37 -0800 Subject: [PATCH] fixing changes from merge --- scripts/discordbot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/discordbot.py b/scripts/discordbot.py index c979783..0628162 100644 --- a/scripts/discordbot.py +++ b/scripts/discordbot.py @@ -35,8 +35,6 @@ async def get_ai_response(prompt, channel_id=None, include_history=False, histor messages.append({"role": "user", "content": prompt}) response = client.chat.completions.create( - model=os.getenv('MODEL_NAME') or "us.anthropic.claude-3-5-sonnet-20241022-v2:0", - messages=messages, model=os.getenv('MODEL_NAME') or "us.anthropic.claude-3-5-sonnet-20241022-v2:0", messages=messages, temperature=0.7,