{ "version" : "0.0.2", "stop_immediately": 0, "model_template_id": "extract-topic", "model_name": "mistralai_Mistral-7B-Instruct-v0.2", "base_path":"http://localhost:5003/v1", "temperature": 0.7, "frequency_penalty": 0, "presence_penalty": 0, "max_tokens": 500, "top_p": 0.9, "response_must_be_json":true, "template": "Consider yourself as my academic research assistant. Your task is to analyze the title and abstract of the provided medical article, determining top 10 main topic. \nkindly structure your response in a JSON format containing the following fields: {{\"Topics\": list of ten main topic, \"description\": any additional insights or observations about the article.}} \n \ntitle: {title} \nabstract : {abstract} " }