This commit is contained in:
Slipstream 2025-04-29 19:38:06 -06:00
parent 34ff5d4997
commit c1485f5dd1
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -23,7 +23,7 @@ TAVILY_DISABLE_ADVANCED = os.getenv("TAVILY_DISABLE_ADVANCED", "false").lower()
# --- Model Configuration ---
DEFAULT_MODEL = os.getenv("GURT_DEFAULT_MODEL", "gemini-2.5-flash-preview-04-17")
FALLBACK_MODEL = os.getenv("GURT_FALLBACK_MODEL", "gemini-2.5-flash-preview-04-17")
CUSTOM_TUNED_MODEL_ENDPOINT = os.getenv("GURT_CUSTOM_TUNED_MODEL", "projects/1079377687568/locations/us-central1/endpoints/6677946543460319232") #"projects/1079377687568/locations/us-central1/endpoints/6677946543460319232")
CUSTOM_TUNED_MODEL_ENDPOINT = os.getenv("GURT_CUSTOM_TUNED_MODEL", "gemini-2.5-flash-preview-04-17") #"projects/1079377687568/locations/us-central1/endpoints/6677946543460319232")
SAFETY_CHECK_MODEL = os.getenv("GURT_SAFETY_CHECK_MODEL", "gemini-2.5-flash-preview-04-17") # Use a Vertex AI model for safety checks
# --- Database Paths ---