Aditya DN commited on
Commit
1794d35
·
verified ·
1 Parent(s): 2d5ae82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ GEMINI_MODEL_LIST: List[str] = [model.strip() for model in GEMINI_MODELS_RAW.spl
37
  print(f"ALLOWED_ORIGINS: {ALLOWED_ORIGINS}")
38
  print(f"LOCAL_MODEL_NAME: {MODEL_NAME}")
39
  print(f"GEMINI_MODELS: {GEMINI_MODEL_LIST}")
 
40
 
41
  # def setup_ollama():
42
  # print("Checking Ollama setup...")
 
37
  print(f"ALLOWED_ORIGINS: {ALLOWED_ORIGINS}")
38
  print(f"LOCAL_MODEL_NAME: {MODEL_NAME}")
39
  print(f"GEMINI_MODELS: {GEMINI_MODEL_LIST}")
40
+ print(f"GEMINI_API_KEY: {GEMINI_API_KEY}")
41
 
42
  # def setup_ollama():
43
  # print("Checking Ollama setup...")