Add API keys to AgenticSystemConfig instead of relying on dotenv (#33)

This commit is contained in:
Ashwin Bharambe 2024-08-21 12:35:59 -07:00 committed by GitHub
parent face3ceff1
commit ab0a24f333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
]