forked from phoenix-oss/llama-stack-mirror
Add API keys to AgenticSystemConfig instead of relying on dotenv (#33)
This commit is contained in:
parent
face3ceff1
commit
ab0a24f333
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