mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 03:42:15 +00:00
update
This commit is contained in:
parent
b22cc3e1fa
commit
9b709005fa
5 changed files with 46 additions and 92 deletions
|
|
@ -9,7 +9,9 @@ import pytest
|
|||
from llama_stack.apis.agents import AgentConfig, Turn
|
||||
from llama_stack.apis.inference import SamplingParams, UserMessage
|
||||
from llama_stack.providers.datatypes import Api
|
||||
from llama_stack.providers.utils.kvstore import kvstore_impl, SqliteKVStoreConfig
|
||||
from llama_stack.providers.utils.kvstore import kvstore_impl
|
||||
from llama_stack.providers.utils.kvstore.config import SqliteKVStoreConfig
|
||||
|
||||
from .fixtures import pick_inference_model
|
||||
|
||||
from .utils import create_agent_session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue