Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
harupy committed Dec 6, 2023
1 parent 2656d2a commit 8944147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/llms/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class Config:

@property
def _llm_params(self) -> Dict[str, Any]:
params = {
params: Dict[str, Any] = {
"temperature": self.temperature,
"n": self.n,
}
Expand Down

0 comments on commit 8944147

Please sign in to comment.