mdotti commited on
Commit
46bd8fa
·
verified ·
1 Parent(s): 1cd9d05

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- MEM0_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
 
 
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