Spaces:
Running
Running
Update services/sdg_llm.py
Browse files- services/sdg_llm.py +1 -1
services/sdg_llm.py
CHANGED
|
@@ -4,7 +4,7 @@ import json
|
|
| 4 |
import logging
|
| 5 |
import requests
|
| 6 |
|
| 7 |
-
GEMINI_MODEL = "gemini-
|
| 8 |
|
| 9 |
def call_gemini_api(prompt: str):
|
| 10 |
api_key = os.environ.get("GEMINI_API_KEY")
|
|
|
|
| 4 |
import logging
|
| 5 |
import requests
|
| 6 |
|
| 7 |
+
GEMINI_MODEL = "gemini-flash-lite-latest"
|
| 8 |
|
| 9 |
def call_gemini_api(prompt: str):
|
| 10 |
api_key = os.environ.get("GEMINI_API_KEY")
|