Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,9 @@ from langchain_groq import ChatGroq
|
|
21 |
# Function to generate responses
|
22 |
def generate_response(user_input, history, locale, model, temperature, max_tokens, top_p, seed):
|
23 |
# response = conversation.run(user_input)
|
24 |
-
|
|
|
|
|
25 |
|
26 |
# Define additional inputs and examples if needed
|
27 |
additional_inputs = [
|
|
|
21 |
# Function to generate responses
|
22 |
def generate_response(user_input, history, locale, model, temperature, max_tokens, top_p, seed):
|
23 |
# response = conversation.run(user_input)
|
24 |
+
print("user_input", user_input)
|
25 |
+
print("history", history)
|
26 |
+
return user_input
|
27 |
|
28 |
# Define additional inputs and examples if needed
|
29 |
additional_inputs = [
|