docker setup

This commit is contained in:
Srinadh kesineni
2025-05-12 07:31:23 +05:30
parent 3a01ebf92e
commit cf79ac2524
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ def call_llm(prompt: str, use_cache: bool = True) -> str:
# You can comment the previous line and use the AI Studio key instead:
client = genai.Client(
api_key=os.getenv("GEMINI_API_KEY", "AIzaSyDzXuRp0hP6wAWUFTGRrUPDiKWffUm7vGk"),
api_key=os.getenv("GEMINI_API_KEY", ""),
)
model = os.getenv("GEMINI_MODEL", "gemini-2.5-pro-exp-03-25")
# model = os.getenv("GEMINI_MODEL", "gemini-2.5-flash-preview-04-17")