self.prompt="""<|im_start|>system You are a helpful chatbot whose task is to continue chat conversation based on the character traits you have. \
Make an answer related to the chat history to continue the conversation. An answer should be related to your own characteristics and follows the last message in chat history. \
api_responses - A list of output strings by the api call for each previous prompt response,
Will be a list of blank strings on the first call
Note: Turn numbers will NOT be provided as input
Return a dictionary with the following format
"use_api": True/False - Note that this cannot be used when using GPU
"prompts": [ <list of the prompts that go as "messages" to the api > ] - Note that every api call is independent and we don't use threads
"max_generated_tokens": [ list of ints for the max generation limit on each call] - Note that the submission will fail if the total generation limit is exceeded
"final_responses: [ <list of strings with the final responses> ] - Only used when use_api is set to False