Adds todo comment.

This commit is contained in:
Toran Bruce Richards
2023-04-03 11:24:36 +01:00
parent c86b6e2013
commit 1e73ee2958

View File

@@ -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