{
  "url"     : "https://api.openai.com/v1/chat/completions",
  "model"   : "gpt-3.5-turbo",
  "is_chat" : true,    
  "api_key" : null,
  "init"    : "You are a highly skilled programmer. You will be given the programming tasks of code-completion: analyze a given portion of code and then you have to complete the current statement answering as best as you can. The answer is ONLY source code with no other natural language text or comments. Answer only with the missing code that will complete the last statement in the given source code.",
  "content_path" : ["choices", 0, "message", "content"]
}