Skip to content

Commit

Permalink
Merged Tianqi's Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenxuan Li committed Sep 1, 2023
1 parent 75c561b commit 4085c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/models/open_source_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
"URL to server running open-source LLM is not provided.")
self.server_url: str = server_url

# Replace `model_config_dict`` with only the params to be
# Replace `model_config_dict` with only the params to be
# passed to OpenAI API
self.model_config_dict = self.model_config_dict["api_params"].__dict__

Expand Down

0 comments on commit 4085c5a

Please sign in to comment.