class Chat_content

def initialize(api_key, gpt_content_prompt)

def initialize(api_key, gpt_content_prompt)
    @api_key = api_key
    @gpt_content_prompt = gpt_content_prompt
end