Skip to content

Commit b5c2a39

Browse files
fix: remove ModelOption.THINKING from automatic mapping because it's explicitely handled in line #417 (which was causing parameter conflicts) (#124)
1 parent 5116b21 commit b5c2a39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mellea/backends/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(
117117
self.from_mellea_model_opts_map_chats = {
118118
ModelOption.SEED: "seed",
119119
ModelOption.MAX_NEW_TOKENS: "max_completion_tokens",
120-
ModelOption.THINKING: "reasoning_effort",
121120
}
122121

123122
# See notes above.

0 commit comments

Comments
 (0)