Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ if not GITHUB_TOKEN or not GEMINI_API_KEY:
|
|
| 27 |
gh = Github(GITHUB_TOKEN)
|
| 28 |
genai.configure(api_key=GEMINI_API_KEY)
|
| 29 |
model = genai.GenerativeModel(
|
| 30 |
-
model_name="gemini-
|
| 31 |
generation_config = {
|
| 32 |
"temperature": 1,
|
| 33 |
"top_p": 0.95,
|
|
|
|
| 27 |
gh = Github(GITHUB_TOKEN)
|
| 28 |
genai.configure(api_key=GEMINI_API_KEY)
|
| 29 |
model = genai.GenerativeModel(
|
| 30 |
+
model_name="gemini-1.5-pro-latest",
|
| 31 |
generation_config = {
|
| 32 |
"temperature": 1,
|
| 33 |
"top_p": 0.95,
|