File tree Expand file tree Collapse file tree 3 files changed +94
-27
lines changed
llama_stack/providers/remote/inference/watsonx Expand file tree Collapse file tree 3 files changed +94
-27
lines changed Original file line number Diff line number Diff line change 77from collections .abc import AsyncGenerator , AsyncIterator
88from typing import Any
99
10- from ibm_watson_machine_learning .foundation_models import Model
11- from ibm_watson_machine_learning .metanames import GenTextParamsMetaNames as GenParams
10+ from ibm_watsonx_ai .foundation_models import Model
11+ from ibm_watsonx_ai .metanames import GenTextParamsMetaNames as GenParams
1212from openai import AsyncOpenAI
1313
1414from llama_stack .apis .common .content_types import InterleavedContent , InterleavedContentItem
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ dependencies = [
5050 " opentelemetry-exporter-otlp-proto-http>=1.30.0" , # server
5151 " aiosqlite>=0.21.0" , # server - for metadata store
5252 " asyncpg" , # for metadata store
53+ " ibm_watsonx_ai" ,
5354]
5455
5556[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments