Add defaults

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-02-25 10:59:05 -05:00
parent 9f68836d7e
commit 3665bccac2
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
LLAMA_STACK_BASE_URL=http://localhost:5001
LLAMA_STACK_CLIENT_LOG=debug
LLAMA_STACK_PORT=5001
LLAMA_STACK_DIR=.
LLAMA_MODELS_DIR=.
LLAMA_STACK_CONFIG=
LLAMA_STACK_DIR=
LLAMA_MODELS_DIR=

3
.gitignore vendored
View file

@ -1,5 +1,4 @@
.env
.env.dev
.env*
__pycache__
dist
*.egg-info