Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|