feat: add agent types (#1831)

This commit is contained in:
Vivek Verma
2024-10-08 11:18:36 -07:00
committed by GitHub
parent 6b35e87245
commit 5e294158af
5 changed files with 32 additions and 5 deletions

View File

@@ -30,6 +30,6 @@ services:
ports:
- "8000:8000"
command: >
--model ${LETTA_LLM_MODEL} --max_model_len=8000
--model ${LETTA_LLM_MODEL} --max_model_len=8000
# Replace with your model
ipc: host
ipc: host