Skip to content

Commit

Permalink
Rremoving safety settings from generation config for Vertex AI models (
Browse files Browse the repository at this point in the history
  • Loading branch information
fbpo23 authored Oct 2, 2024
1 parent 2afa325 commit 88d578a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def _model_kwargs(self) -> Dict[str, Any]:
base_kwargs = {
"temperature": self.temperature,
"max_output_tokens": self.max_tokens,
"safety_settings": self._safety_settings,
}
return {
**base_kwargs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-vertex"
readme = "README.md"
version = "0.3.6"
version = "0.3.7"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 88d578a

Please sign in to comment.