We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024365 commit 9ec5850Copy full SHA for 9ec5850
ads/llm/langchain/plugins/base.py
@@ -16,7 +16,7 @@
16
class BaseLLM(LLM, Serializable):
17
"""Base OCI LLM class. Contains common attributes."""
18
19
- auth: dict = Field(default_factory=default_signer)
+ auth: dict = Field(default_factory=default_signer, exclude=True)
20
"""ADS auth dictionary for OCI authentication.
21
This can be generated by calling `ads.common.auth.api_keys()` or `ads.common.auth.resource_principal()`.
22
If this is not provided then the `ads.common.default_signer()` will be used."""
0 commit comments