From 1e73ee2958669255e2b9912eb8859025221c13ef Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Mon, 3 Apr 2023 11:24:36 +0100 Subject: [PATCH] Adds todo comment. --- scripts/agent_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/agent_manager.py b/scripts/agent_manager.py index ef0227dea2..ad120c4059 100644 --- a/scripts/agent_manager.py +++ b/scripts/agent_manager.py @@ -4,7 +4,7 @@ next_key = 0 agents = {} # key, (task, full_message_history, model) # Create new GPT agent - +# TODO: Centralise use of create_chat_completion() to globally enforce token limit def create_agent(task, prompt, model): global next_key