Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ api_key = os.environ.get("API_KEY")
|
|
| 63 |
# Retrieve the OPENAI API Base
|
| 64 |
endpoint = os.environ.get("OPENAI_API_BASE")
|
| 65 |
# Retrieve the Mem0 API key
|
| 66 |
-
|
| 67 |
# Retrieve the Llama API key
|
| 68 |
llama_api_key = os.environ.get("LLAMA_API_KEY")
|
| 69 |
|
|
|
|
| 63 |
# Retrieve the OPENAI API Base
|
| 64 |
endpoint = os.environ.get("OPENAI_API_BASE")
|
| 65 |
# Retrieve the Mem0 API key
|
| 66 |
+
m0_api_key = os.environ.get("M0_API_KEY")
|
| 67 |
# Retrieve the Llama API key
|
| 68 |
llama_api_key = os.environ.get("LLAMA_API_KEY")
|
| 69 |
|