Remove unused env vars; change the other tmp folder name; fix examples

This commit is contained in:
Jash Gulabrai 2025-04-28 13:08:36 -04:00
parent c3d8940c95
commit 29f57d528d
9 changed files with 4 additions and 13 deletions

View file

@ -32,7 +32,6 @@ import os
os.environ["NVIDIA_API_KEY"] = "your-api-key"
os.environ["NVIDIA_CUSTOMIZER_URL"] = "http://nemo.test"
os.environ["NVIDIA_USER_ID"] = "llama-stack-user"
os.environ["NVIDIA_DATASET_NAMESPACE"] = "default"
os.environ["NVIDIA_PROJECT_ID"] = "test-project"
from llama_stack.distribution.library_client import LlamaStackAsLibraryClient