diff --git a/.env.dev b/.env.dev index ccfaf6256..af8dc064a 100644 --- a/.env.dev +++ b/.env.dev @@ -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= diff --git a/.gitignore b/.gitignore index cc9f374a8..54db76457 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -.env -.env.dev +.env* __pycache__ dist *.egg-info