{"flow": {"nodes": [{"width": 312, "height": 311, "id": "prompt-linear-equations", "type": "prompt", "data": {"prompt": "{prompt}", "n": 1, "llms": [{"key": "aa3c0f03-22bd-416e-af4d-4bf5c4278c99", "settings": {"system_msg": "You are MathGPT, can help user solve equation. User for example, if user input is \"A = [[-1 1 0]\n [-1 0 0]\n [ 1 0 -2]] and b = [[-1]\n [ 1]\n [-1]]\", you will reply the anwser \"x = [[-1]\n [-2]\n [ 0]]\", without explanation. Remove all text that is not on the form x = [answer].", "temperature": 1, "functions": [], "function_call": "", "top_p": 1, "stop": [], "presence_penalty": 0, "frequency_penalty": 0}, "name": "GPT3.5", "emoji": "\ud83d\ude42", "model": "gpt-3.5-turbo", "base_model": "gpt-3.5-turbo", "temp": 1, "formData": {"shortname": "GPT3.5", "model": "gpt-3.5-turbo", "system_msg": "You are MathGPT, can help user solve equation. User for example, if user input is \"A = [[-1 1 0]\n [-1 0 0]\n [ 1 0 -2]] and b = [[-1]\n [ 1]\n [-1]]\", you will reply the anwser \"x = [[-1]\n [-2]\n [ 0]]\", without explanation. Remove all text that is not on the form x = [answer].", "temperature": 1, "functions": "", "function_call": "", "top_p": 1, "stop": "", "presence_penalty": 0, "frequency_penalty": 0}}]}, "position": {"x": 448, "y": 224}, "selected": false, "positionAbsolute": {"x": 448, "y": 224}, "dragging": false}, {"width": 333, "height": 182, "id": "eval-linear-equations", "type": "evaluator", "data": {"code": "function evaluate(response) {\n\tlet ideal = response.meta['Ideal'];\n\treturn response.text.startsWith(ideal);\n}", "language": "javascript"}, "position": {"x": 820, "y": 150}, "positionAbsolute": {"x": 820, "y": 150}}, {"width": 228, "height": 196, "id": "vis-linear-equations", "type": "vis", "data": {"input": "eval-linear-equations"}, "position": {"x": 1200, "y": 250}, "positionAbsolute": {"x": 1200, "y": 250}}, {"width": 302, "height": 260, "id": "inspect-linear-equations", "type": "inspect", "data": {"input": "prompt-linear-equations"}, "position": {"x": 820, "y": 400}, "positionAbsolute": {"x": 820, "y": 400}}, {"width": 423, "height": 417, "id": "table-linear-equations", "type": "table", "data": {"rows": [{"prompt": "solve the linear equation Ax = b for the vector x where A =[[1 2]\n [2 2]] and b = [[4]\n [6]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[2]\n [1]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[2 2]\n [2 1]] and b = [[6]\n [4]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[1]\n [2]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[1 1]\n [2 1]] and b = [[2]\n [3]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[1]\n [1]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[2 1]\n [1 2]] and b = [[5]\n [4]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[2]\n [1]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[1 2]\n [2 2]] and b = [[5]\n [6]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[1]\n [2]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[2 2]\n [1 2]] and b = [[8]\n [6]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[2]\n [2]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[2 2]\n [1 2]] and b = [[6]\n [5]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[1]\n [2]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[2 2]\n [2 1]] and b = [[6]\n [5]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[2]\n [1]]"}, {"prompt": "solve the linear equation Ax = b for the vector x where A =[[1 2]\n [1 1]] and b = [[3]\n [2]]. Provide the answer in the format \"x = [answer]\" and use just integers", "ideal": "x = [[1]\n [1]]"}, {"p