Spaces:
Running
Running
updated the model to openai
Browse files- src/service.py +1 -1
src/service.py
CHANGED
@@ -80,7 +80,7 @@ prompt = ChatPromptTemplate.from_messages(
|
|
80 |
)
|
81 |
|
82 |
llm = ChatGroq(
|
83 |
-
model="
|
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
|