bsayon commited on
Commit
983d4f6
·
1 Parent(s): ad3b214

updated the model to openai

Browse files
Files changed (1) hide show
  1. src/service.py +1 -1
src/service.py CHANGED
@@ -80,7 +80,7 @@ prompt = ChatPromptTemplate.from_messages(
80
  )
81
 
82
  llm = ChatGroq(
83
- model="llama-3.1-8b-instant",
84
  temperature=0.5,
85
  max_tokens=1000,
86
  api_key=groq_api_key
 
80
  )
81
 
82
  llm = ChatGroq(
83
+ model="openai/gpt-oss-120b",
84
  temperature=0.5,
85
  max_tokens=1000,
86
  api_key=groq_api_key