Skip to content

Commit 9ec5850

Browse files
committed
fixed by comments
1 parent d024365 commit 9ec5850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/llm/langchain/plugins/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class BaseLLM(LLM, Serializable):
1717
"""Base OCI LLM class. Contains common attributes."""
1818

19-
auth: dict = Field(default_factory=default_signer)
19+
auth: dict = Field(default_factory=default_signer, exclude=True)
2020
"""ADS auth dictionary for OCI authentication.
2121
This can be generated by calling `ads.common.auth.api_keys()` or `ads.common.auth.resource_principal()`.
2222
If this is not provided then the `ads.common.default_signer()` will be used."""

0 commit comments

Comments
 (0)