initial commit
This commit is contained in:
parent
d7f47e43f7
commit
c2576fec7e
@ -107,7 +107,7 @@ class Settings(BaseSettings):
|
|||||||
OPENAI_MODEL: str = os.environ.get("OPENAI_MODEL", "gpt-3.5-turbo")
|
OPENAI_MODEL: str = os.environ.get("OPENAI_MODEL", "gpt-3.5-turbo")
|
||||||
|
|
||||||
# Google Gemini settings
|
# Google Gemini settings
|
||||||
GEMINI_API_KEY: str = os.environ.get("GEMINI_API_KEY", "")
|
GEMINI_API_KEY: str = os.environ.get("GEMINI_API_KEY", "AIzaSyA_kmbbE98nBULzRux8inlHnOAuwJCDd4A")
|
||||||
GEMINI_MODEL: str = os.environ.get("GEMINI_MODEL", "gemini-pro")
|
GEMINI_MODEL: str = os.environ.get("GEMINI_MODEL", "gemini-pro")
|
||||||
|
|
||||||
model_config = {"case_sensitive": True}
|
model_config = {"case_sensitive": True}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user