We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7039b3 commit ee02041Copy full SHA for ee02041
1 file changed
backend/agent/coding_agent.py
@@ -82,7 +82,7 @@ def __init__(
82
functions (Optional[List[dict]]): A list of functions that the agent can call.
83
callables (Optional[List[Callable]]): A list of callable functions.
84
"""
85
- # TODO Fix model saying it's checking systems when its not
+
86
self.memory_manager = memory_manager
87
self.function_map = function_map
88
self.GPT_MODEL = 'gpt-4-0125-preview'
0 commit comments