Phoenix21 commited on
Commit
7603305
·
verified ·
1 Parent(s): a478466

Update refusal_chain.py

Browse files
Files changed (1) hide show
  1. 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
- chat_groq_model = ChatGroq(
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
  )