mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
api_key -> auth_credential in watsonx
This commit is contained in:
parent
39854f4562
commit
5900ac9601
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class WatsonXInferenceAdapter(LiteLLMOpenAIMixin):
|
||||||
LiteLLMOpenAIMixin.__init__(
|
LiteLLMOpenAIMixin.__init__(
|
||||||
self,
|
self,
|
||||||
litellm_provider_name="watsonx",
|
litellm_provider_name="watsonx",
|
||||||
api_key_from_config=config.api_key.get_secret_value() if config.api_key else None,
|
api_key_from_config=config.auth_credential.get_secret_value() if config.auth_credential else None,
|
||||||
provider_data_api_key_field="watsonx_api_key",
|
provider_data_api_key_field="watsonx_api_key",
|
||||||
)
|
)
|
||||||
self.available_models = None
|
self.available_models = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue