Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ excluding the title, author name, source information, chapter number, annotation
|
|
| 109 |
"""
|
| 110 |
|
| 111 |
resp = client.chat.completions.create(
|
| 112 |
-
model="
|
| 113 |
messages=[{"role": "user", "content": prompt}],
|
| 114 |
temperature=0.4,
|
| 115 |
max_tokens=5000
|
|
|
|
| 109 |
"""
|
| 110 |
|
| 111 |
resp = client.chat.completions.create(
|
| 112 |
+
model="google/gemini-2.5-flash",
|
| 113 |
messages=[{"role": "user", "content": prompt}],
|
| 114 |
temperature=0.4,
|
| 115 |
max_tokens=5000
|