jchen8000 commited on
Commit
6b930f7
·
verified ·
1 Parent(s): 6d05084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_response(user_input, history, locale, model, temperature, max_token
25
 
26
  # Initialize Groq Langchain chat object and conversation
27
  groq_chat = ChatGroq(
28
- groq_api_key=os.environ.get("GROQ_API_KEY")
29
  model_name=model
30
  )
31
 
 
25
 
26
  # Initialize Groq Langchain chat object and conversation
27
  groq_chat = ChatGroq(
28
+ groq_api_key=os.environ.get("GROQ_API_KEY"),
29
  model_name=model
30
  )
31