Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ client = genai.Client(api_key=token)
|
|
20 |
|
21 |
default_generation_config = types.GenerateContentConfig(
|
22 |
temperature=1,
|
23 |
-
max_output_tokens=8192
|
24 |
)
|
25 |
|
26 |
STANDARD_MODEL_NAME = "gemini-2.5-flash"
|
@@ -66,8 +65,7 @@ def gpt_francais():
|
|
66 |
|
67 |
config = types.GenerateContentConfig(
|
68 |
system_instruction=system_instruction,
|
69 |
-
temperature=1
|
70 |
-
max_output_tokens=8192
|
71 |
)
|
72 |
|
73 |
if use_deepthink:
|
|
|
20 |
|
21 |
default_generation_config = types.GenerateContentConfig(
|
22 |
temperature=1,
|
|
|
23 |
)
|
24 |
|
25 |
STANDARD_MODEL_NAME = "gemini-2.5-flash"
|
|
|
65 |
|
66 |
config = types.GenerateContentConfig(
|
67 |
system_instruction=system_instruction,
|
68 |
+
temperature=1
|
|
|
69 |
)
|
70 |
|
71 |
if use_deepthink:
|