Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def chat_with_gemini(user_api_key, user_input, history):
|
|
34 |
response = model.generate_content(
|
35 |
user_input,
|
36 |
generation_config=genai.GenerationConfig(
|
37 |
-
max_output_tokens=
|
38 |
temperature=0.7
|
39 |
)
|
40 |
)
|
|
|
34 |
response = model.generate_content(
|
35 |
user_input,
|
36 |
generation_config=genai.GenerationConfig(
|
37 |
+
max_output_tokens=2000,
|
38 |
temperature=0.7
|
39 |
)
|
40 |
)
|