Spaces:
Sleeping
Sleeping
Update refusal_chain.py
Browse files- refusal_chain.py +1 -1
refusal_chain.py
CHANGED
@@ -9,7 +9,7 @@ def get_refusal_chain() -> LLMChain:
|
|
9 |
"""
|
10 |
Builds the refusal chain for out-of-scope queries.
|
11 |
"""
|
12 |
-
|
13 |
model="Gemma2-9b-It",
|
14 |
groq_api_key=os.environ["GROQ_API_KEY"] # must be set in environment
|
15 |
)
|
|
|
9 |
"""
|
10 |
Builds the refusal chain for out-of-scope queries.
|
11 |
"""
|
12 |
+
chat_groq_model = ChatGroq(
|
13 |
model="Gemma2-9b-It",
|
14 |
groq_api_key=os.environ["GROQ_API_KEY"] # must be set in environment
|
15 |
)
|