mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
Add API keys to AgenticSystemConfig instead of relying on dotenv
This commit is contained in:
parent
2232bfa8b5
commit
529c564366
4 changed files with 17 additions and 9 deletions
|
@ -26,7 +26,6 @@ from .datatypes import (
|
|||
# `llama-toolchain` is automatically installed by the installation script.
|
||||
SERVER_DEPENDENCIES = [
|
||||
"fastapi",
|
||||
"python-dotenv",
|
||||
"uvicorn",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue