We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
n
1 parent adf42eb commit 26be974Copy full SHA for 26be974
camel/models/openai_model.py
@@ -123,7 +123,7 @@ def run(
123
124
self.model_config_dict["temperature"] = 1.0
125
self.model_config_dict["top_p"] = 1.0
126
- self.model_config_dict["n"] = 1.0
+ self.model_config_dict["n"] = 1
127
self.model_config_dict["presence_penalty"] = 0.0
128
self.model_config_dict["frequency_penalty"] = 0.0
129
0 commit comments