mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 21:29:57 +00:00
Add defaults
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
9f68836d7e
commit
3665bccac2
2 changed files with 3 additions and 4 deletions
4
.env.dev
4
.env.dev
|
@ -1,6 +1,6 @@
|
||||||
LLAMA_STACK_BASE_URL=http://localhost:5001
|
LLAMA_STACK_BASE_URL=http://localhost:5001
|
||||||
LLAMA_STACK_CLIENT_LOG=debug
|
LLAMA_STACK_CLIENT_LOG=debug
|
||||||
LLAMA_STACK_PORT=5001
|
LLAMA_STACK_PORT=5001
|
||||||
|
LLAMA_STACK_DIR=.
|
||||||
|
LLAMA_MODELS_DIR=.
|
||||||
LLAMA_STACK_CONFIG=
|
LLAMA_STACK_CONFIG=
|
||||||
LLAMA_STACK_DIR=
|
|
||||||
LLAMA_MODELS_DIR=
|
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
.env
|
.env*
|
||||||
.env.dev
|
|
||||||
__pycache__
|
__pycache__
|
||||||
dist
|
dist
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue