Skip to content

Commit

Permalink
fix: remove user environment variables from ChatLiteLLMModelComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
berrytern committed Jul 1, 2024
1 parent 99e4c22 commit e574f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ def build_model(self) -> LanguageModel: # type: ignore[type-var]
)
output.client.api_key = self.api_key

return output # type: ignore
return output # type: ignore

0 comments on commit e574f49

Please sign in to comment.