mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix db path
This commit is contained in:
parent
cfe3ad33b3
commit
27587f32bc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ api_providers:
|
|||
persistence_store:
|
||||
namespace: null
|
||||
type: sqlite
|
||||
db_path: ~.llama/runtime/kvstore.db
|
||||
db_path: ~/.llama/runtime/kvstore.db
|
||||
memory:
|
||||
providers:
|
||||
- meta-reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue