forked from phoenix-oss/llama-stack-mirror
fix db path
This commit is contained in:
parent
7abab7604b
commit
cfe3ad33b3
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ api_providers:
|
|||
persistence_store:
|
||||
namespace: null
|
||||
type: sqlite
|
||||
db_path: /home/xiyan/.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