Harisri commited on
Commit
241f3fc
·
verified ·
1 Parent(s): aa6ffb0

Update services/sdg_llm.py

Browse files
Files changed (1) hide show
  1. 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-2.0-flash-lite-latest"
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")