Skip to content

Commit aeb55b0

Browse files
Replace retired Groq model
1 parent ac2932f commit aeb55b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

automator/src/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ reactions:
248248
249249
- reaction: ask-ai
250250
type: ASK_AI
251-
model: meta-llama/llama-4-scout-17b-16e-instruct
251+
model: openai/gpt-oss-120b
252252
prompt_template: |
253253
You're a helpful assistant. Answer the following question. Restrict your answer to 2500 characters.
254254

automator/tests/test_automator_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def test_ask_ai_with_curly_braces_in_user_message(self, mock_slack, mock_groqu):
548548
# Create reaction config
549549
reaction_config = {
550550
'type': 'ASK_AI',
551-
'model': 'meta-llama/llama-4-scout-17b-16e-instruct',
551+
'model': 'openai/gpt-oss-120b',
552552
'prompt_template': 'Answer: {user_message}',
553553
'answer_template': 'Hi <@{user}>! AI says: {ai_response}'
554554
}

0 commit comments

Comments
 (0)