Skip to content

Commit

Permalink
Update models
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro authored Nov 14, 2024
1 parent 53f629c commit 6ba3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/skills/buktopuha.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def check_for_answer(update: Update, context: CallbackContext):


def generate_question(prompt, word) -> str:
model = random.choice(["gpt-3.5-turbo", "gpt-4-1106-preview", "gemini-pro"])
model = random.choice(["gpt-4o", "gpt-4o-mini", "gemini-1.5-pro", "gemini-1.5-flash"])
if model.startswith("gpt"):
response = openai.chat.completions.create(
model=model,
Expand Down

0 comments on commit 6ba3950

Please sign in to comment.