mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 15:32:36 +00:00
Allow setting environment variables from llama stack run and fix ollama
This commit is contained in:
parent
a061f3f8c1
commit
b1d119466e
19 changed files with 129 additions and 55 deletions
|
|
@ -87,7 +87,7 @@ class RunConfigSettings(BaseModel):
|
|||
return StackRunConfig(
|
||||
image_name=name,
|
||||
docker_image=docker_image,
|
||||
built_at=datetime.now(),
|
||||
built_at=datetime.now().strftime("%Y-%m-%d %H:%M"),
|
||||
apis=list(apis),
|
||||
providers=provider_configs,
|
||||
metadata_store=SqliteKVStoreConfig.sample_run_config(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue