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.
1 parent 2f923c5 commit 01014ecCopy full SHA for 01014ec
src/agent/custom_agent.py
@@ -97,6 +97,8 @@ def __init__(
97
)
98
if self.llm.model_name in ["deepseek-reasoner"]:
99
self.use_function_calling = False
100
+ # TODO: deepseek-reasoner only support 64000 context
101
+ self.max_input_tokens = 64000
102
else:
103
self.use_function_calling = True
104
self.add_infos = add_infos
0 commit comments