File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
llama_stack/providers/tests/inference Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020from llama_stack .providers .remote .inference .fireworks import FireworksImplConfig
2121from llama_stack .providers .remote .inference .groq import GroqConfig
2222from llama_stack .providers .remote .inference .nvidia import NVIDIAConfig
23- from llama_stack .providers .remote .inference .ollama import DEFAULT_OLLAMA_URL , OllamaImplConfig
23+ from llama_stack .providers .remote .inference .ollama import OllamaImplConfig
24+ from llama_stack .providers .remote .inference .ollama .config import DEFAULT_OLLAMA_URL
2425from llama_stack .providers .remote .inference .sambanova import SambaNovaImplConfig
2526from llama_stack .providers .remote .inference .tgi import TGIImplConfig
2627from llama_stack .providers .remote .inference .together import TogetherImplConfig
You can’t perform that action at this time.
0 commit comments