initial commit
This commit is contained in:
parent
0ab6f530ad
commit
96ed70c21d
@ -108,7 +108,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# Google Gemini settings
|
||||
GEMINI_API_KEY: str = os.environ.get("GEMINI_API_KEY", "AIzaSyA_kmbbE98nBULzRux8inlHnOAuwJCDd4A")
|
||||
GEMINI_MODEL: str = os.environ.get("GEMINI_MODEL", "gemini-1.5-pro")
|
||||
GEMINI_MODEL: str = os.environ.get("GEMINI_MODEL", "models/gemini-2.0-flash")
|
||||
|
||||
model_config = {"case_sensitive": True}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user