Skip to content

Commit

Permalink
Merge main into sweep/add-type-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 5, 2024
2 parents f88b294 + ee02041 commit b55e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/agent/coding_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
functions (Optional[List[dict]]): A list of functions that the agent can call.
callables (Optional[List[Callable]]): A list of callable functions.
"""
# TODO Fix model saying it's checking systems when its not

self.memory_manager = memory_manager
self.function_map = function_map
self.GPT_MODEL = 'gpt-4-0125-preview'
Expand Down

0 comments on commit b55e408

Please sign in to comment.