bwilkie commited on
Commit
a9b8ebe
·
verified ·
1 Parent(s): cf40c3e

Update groq_api.py

Browse files
Files changed (1) hide show
  1. groq_api.py +1 -1
groq_api.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import requests
3
  from typing import List, Dict, Any
4
 
5
- OPENAI_MODEL = "gpt-5-nano"
6
 
7
  def grok_get_llm_response(
8
  system_prompt: str,
 
2
  import requests
3
  from typing import List, Dict, Any
4
 
5
+ OPENAI_MODEL = "gpt-4.1-mini"
6
 
7
  def grok_get_llm_response(
8
  system_prompt: str,