Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfiero committed Mar 18, 2024
1 parent ead2180 commit fe2355c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interpreter/core/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def run(self, messages):
params["api_key"] = self.api_key
if self.api_base:
params["api_base"] = self.api_base
params["custom_llm_provider"] = "openai"
if self.api_version:
params["api_version"] = self.api_version
if self.max_tokens:
Expand Down

0 comments on commit fe2355c

Please sign in to comment.