Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,7 @@ app = Flask(__name__)
|
|
| 14 |
|
| 15 |
# Configuration de Gemini
|
| 16 |
generation_config = {
|
| 17 |
-
"temperature": 1
|
| 18 |
-
"max_output_tokens": 8192,
|
| 19 |
}
|
| 20 |
|
| 21 |
safety_settings = [
|
|
|
|
| 14 |
|
| 15 |
# Configuration de Gemini
|
| 16 |
generation_config = {
|
| 17 |
+
"temperature": 1
|
|
|
|
| 18 |
}
|
| 19 |
|
| 20 |
safety_settings = [
|