feat: add oci genai service as chat inference provider

This commit is contained in:
Dennis Kennetz 2025-11-04 19:55:57 +00:00
parent 6147321083
commit 76d615d6d1
15 changed files with 938 additions and 0 deletions

View file

@ -298,6 +298,7 @@ exclude = [
"^src/llama_stack/providers/remote/agents/sample/",
"^src/llama_stack/providers/remote/datasetio/huggingface/",
"^src/llama_stack/providers/remote/datasetio/nvidia/",
"^src/llama_stack/providers/remote/inference/oci/",
"^src/llama_stack/providers/remote/inference/bedrock/",
"^src/llama_stack/providers/remote/inference/nvidia/",
"^src/llama_stack/providers/remote/inference/passthrough/",