harini-012 commited on
Commit
52ec927
·
verified ·
1 Parent(s): 5b3b107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def chess_fen_get_best_next_move_tool(fen: str, current_player: Literal["black",
209
 
210
  # --- LLM Definition (Groq only) ---
211
  groq_llm = ChatGroq(
212
- model="llama3-70b-8192",
213
  temperature=0,
214
  max_retries=2,
215
  api_key=groq_token,
 
209
 
210
  # --- LLM Definition (Groq only) ---
211
  groq_llm = ChatGroq(
212
+ model="openai/gpt-oss-20b",
213
  temperature=0,
214
  max_retries=2,
215
  api_key=groq_token,