mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 00:22:37 +00:00
Added tests for persistence
This commit is contained in:
parent
cae5b0708b
commit
862ff6c653
7 changed files with 157 additions and 11 deletions
|
|
@ -41,8 +41,8 @@ async def agents_settings():
|
|||
)
|
||||
|
||||
return {
|
||||
"impl": impls[Api.agents],
|
||||
"memory_impl": impls[Api.memory],
|
||||
"impl": impls['impls'][Api.agents],
|
||||
"memory_impl": impls['impls'][Api.memory],
|
||||
"common_params": {
|
||||
"model": "Llama3.1-8B-Instruct",
|
||||
"instructions": "You are a helpful assistant.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue