mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-06 10:37:22 +00:00
fix: Update responses unit tests to reflect llama_stack_api structure changes
This commit is contained in:
parent
ff60bb31e6
commit
62ea40cb85
6 changed files with 13 additions and 13 deletions
|
|
@ -8,7 +8,7 @@ import os
|
|||
|
||||
import yaml
|
||||
|
||||
from llama_stack.apis.inference import (
|
||||
from llama_stack_api.inference import (
|
||||
OpenAIChatCompletion,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue