mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:19:49 +00:00
add code interpreter
This commit is contained in:
parent
0155700ea6
commit
40f35f3a8d
10 changed files with 545 additions and 1 deletions
|
|
@ -6,8 +6,8 @@
|
|||
import os
|
||||
|
||||
import pytest
|
||||
from llama_stack import LlamaStackAsLibraryClient
|
||||
|
||||
from llama_stack import LlamaStackAsLibraryClient
|
||||
from llama_stack.providers.tests.env import get_env_or_fail
|
||||
from llama_stack_client import LlamaStackClient
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue