Aditya DN commited on
Update app.py
Browse files
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...")
|