From 3665bccac2e0cdaf0a20791f91eafabb5a6312b6 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Tue, 25 Feb 2025 10:59:05 -0500 Subject: [PATCH] Add defaults Signed-off-by: Yuan Tang --- .env.dev | 4 ++-- .gitignore | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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