Add API keys to AgenticSystemConfig instead of relying on dotenv

This commit is contained in:
Ashwin Bharambe 2024-08-21 05:28:28 -07:00
parent 2232bfa8b5
commit 529c564366
4 changed files with 17 additions and 9 deletions

View file

@ -26,7 +26,6 @@ from .datatypes import (
# `llama-toolchain` is automatically installed by the installation script.
SERVER_DEPENDENCIES = [
"fastapi",
"python-dotenv",
"uvicorn",
]