fredcaixeta commited on
Commit
7efb907
·
1 Parent(s): 78e76ff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ load_dotenv()
13
  api_key = os.getenv("GROQ_API_KEY")
14
 
15
  # Modelo Groq via Pydantic AI
16
- model = GroqModel(model_name="openai/gpt-oss-120b")
17
 
18
  def respond(message, history, user_id, ocr_text):
19
  # Garantir que o system prompt seja o texto OCR atual
 
13
  api_key = os.getenv("GROQ_API_KEY")
14
 
15
  # Modelo Groq via Pydantic AI
16
+ model = GroqModel(model_name="openai/gpt-oss-20b")
17
 
18
  def respond(message, history, user_id, ocr_text):
19
  # Garantir que o system prompt seja o texto OCR atual