{"info":{"_postman_id":"81239b64-fc7e-4f61-acfd-8e5916e037ce","name":"OpenThaiRAG API","description":"<html><head></head><body><p>Collection for interacting with the OpenThaiRAG API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5145656","collectionId":"81239b64-fc7e-4f61-acfd-8e5916e037ce","publishedId":"2sAYBd67fw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-08T06:41:19.000Z"},"item":[{"name":"Index","id":"27794396-6641-45bc-ba56-1a3576339670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}","description":"<p>Get the index page</p>\n","urlObject":{"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27794396-6641-45bc-ba56-1a3576339670"},{"name":"Index Text","id":"c04c8823-626f-408e-b7e5-51c756ff1ff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Your text to be indexed goes here\"\n}"},"url":"{{host}}/index","description":"<p>Index a piece of text</p>\n","urlObject":{"path":["index"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c04c8823-626f-408e-b7e5-51c756ff1ff8"},{"name":"Completions (Without Streaming) Copy","id":"ccf43083-9508-407f-a97c-b57dfc8d7ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 1024,\n    \"temperature\": 0.0\n}"},"url":"{{host}}/completions","description":"<p>Send a query to the API</p>\n","urlObject":{"path":["completions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1e710e08-2155-4ef6-bfeb-ec779d73d512","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7\n}"},"url":"https://travel.aieat.or.th/completions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 05 Oct 2024 07:45:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4167"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"choices\": [\n        {\n            \"finish_reason\": \"stop\",\n            \"index\": 0,\n            \"logprobs\": null,\n            \"prompt_logprobs\": null,\n            \"stop_reason\": null,\n            \"text\": \"วัดพระแก้ว (Wat Phra Kaeo) หรือ วัดพระศรีรัตนศาสดาราม คือ วัดที่ตั้งอยู่ในบริเวณพระราชวังใหญ่ หรือ พระบรมมหาราชวัง ในกรุงเทพมหานคร ประเทศไทย เป็นวัดที่สร้างขึ้นในสมัยพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช รัชกาลที่ 1 แห่งราชวงศ์จักรี ในปี พ.ศ. 2325 วัดพระแก้วเป็นวัดที่ไม่มีพระภิกษุจำพรรษา มีเฉพาะพระพุทธรูปศักดิ์สิทธิ์ต่างๆ ประดิษฐานอยู่ ซึ่งประกอบด้วย พระแก้วมรกต ที่ประดิษฐานอยู่ในพระอุโบสถ, พระพุทธเลิศหล้าล Trails วัดพระแก้วเป็นสถานที่ท่องเที่ยวที่สำคัญของประเทศไทย และเป็นที่ประดิษฐานของพระพุทธรูปศักดิ์สิทธิ์ที่สำคัญหลายองค์ รวมถึงพระแก้วมรกต ซึ่งเป็นพระพุทธรูปที่ทำด้วยหินมรกต มีความสูงประมาณ 66 ซม. ประดิษฐานอยู่ในพระอุโบสถของวัดพระแก้ว ซึ่งถือเป็นพระพุทธรูปที่ศักดิ์สิทธิ์ที่สุดในประเทศไทย.\"\n        }\n    ],\n    \"created\": 1728114303,\n    \"id\": \"cmpl-8ff9e6a4d8d84c099b24760c6bf70131\",\n    \"model\": \".\",\n    \"object\": \"text_completion\",\n    \"usage\": {\n        \"completion_tokens\": 408,\n        \"prompt_tokens\": 2924,\n        \"total_tokens\": 3332\n    }\n}"}],"_postman_id":"ccf43083-9508-407f-a97c-b57dfc8d7ba3"},{"name":"Completions (Streaming)","id":"555613ff-878c-4a52-9ad4-1503fc7bc5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"user: วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7,\n    \"stream\": true\n}"},"url":"{{host}}/completions","description":"<p>Send a query to the API</p>\n","urlObject":{"path":["completions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9da01cfa-8088-453c-b757-d928771bf11d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7,\n    \"stream\": true\n}"},"url":"https://travel.aieat.or.th/completions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 05 Oct 2024 08:03:33 GMT"},{"key":"Content-Type","value":"text/event-stream; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"data: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ดพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" หร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ื\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ดพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ศร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ีร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ศ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" ตั้ง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อยู\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ภา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ในพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"บ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มหา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ชวั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ทพมหานคร \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เทศ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ไ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"สร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งข\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ึ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ใน\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ช\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ลท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" 1\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ห่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"โ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ินท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร์\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วเ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป็\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"นว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ดที\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่ไ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งฆ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"์\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"จำ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต่เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"็\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ที่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ประ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ษ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ฐา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ธรู\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ปส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ำ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"คัญ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ช่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แก้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ธ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รู\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ปท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี่แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ลั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กจา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ห\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ข\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ีย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ซึ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่งถ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ื\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป็\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ทธร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ู\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ปค\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ู่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"บ้า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"นคู\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่เมืองของ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ปร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ศไท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\\n\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\\nว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วเ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"็น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ู้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"จั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ีใน\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ื\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"องสถ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ปั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กรร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ดง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" ซึ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่งเ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"็\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"นก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ารผส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มผส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ห\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว่า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งศิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ล\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ไ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ยแ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ล\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ศ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิลปะเ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ข\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ภ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ายใ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระอ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"โ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"บสถ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"หา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระระ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เบี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ยง \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ล\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะพร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"หา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วิห\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\" \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ที่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ประ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ษ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ฐา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระพ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ธรูปสำค\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ญ \",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"จ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กนี\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มีภา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"จ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รม\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ฝา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ผน\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ที\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ล่า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เรื\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าวจ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ก\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ทธป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ระวั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"แ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ละว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"รร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ณ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"คด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ีไท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ย\\n\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"\\nว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัด\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"พร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ะแก้\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เป\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"็\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"นสถ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าน\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ที\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เที\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่ย\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"วท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"สำ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ค\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ัญ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ส\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ำหร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ับ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"นั\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ที่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ยวท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ั้ง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ชาว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ไ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ทยแ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ละ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ช\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ว\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"่า\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"งช\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"าต\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ิ ท\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ี่\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"มา\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เยื\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"อ\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"น\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"กร\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"ุง\",\"logprobs\":null,\"finish_reason\":null,\"stop_reason\":null}],\"usage\":null}\n\ndata: {\"id\":\"cmpl-9bbdeab69df74a23b5691200af2b565b\",\"object\":\"text_completion\",\"created\":1728115413,\"model\":\".\",\"choices\":[{\"index\":0,\"text\":\"เทพมหานคร\",\"logprobs\":null,\"finish_reason\":\"stop\",\"stop_reason\":null}],\"usage\":null}\n\ndata: [DONE]\n\n\n"},{"id":"b5c0aaa0-6759-4fea-aa18-7977e1740bbb","name":"Completions (Streaming)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7,\n    \"stream\": true\n}"},"url":"{{host}}/completions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 16 Oct 2024 14:38:56 GMT"},{"key":"Content-Type","value":"text/event-stream; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"id\": \"1729089536-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089536, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศา\"}, \"text\": \"ศา\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สด\"}, \"text\": \"สด\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าร\"}, \"text\": \"าร\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089537-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089537, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เร\"}, \"text\": \"เร\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ีย\"}, \"text\": \"ีย\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กว\"}, \"text\": \"กว\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่า\"}, \"text\": \"่า\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู่\"}, \"text\": \"ู่\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ภายใน\"}, \"text\": \"ภายใน\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" กร\"}, \"text\": \" กร\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุง\"}, \"text\": \"ุง\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เทพ\"}, \"text\": \"เทพ\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าน\"}, \"text\": \"าน\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"คร\"}, \"text\": \"คร\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" เป\"}, \"text\": \" เป\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โดย\"}, \"text\": \"โดย\"}]}\n\n{\"id\": \"1729089540-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089540, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บาท\"}, \"text\": \"บาท\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สม\"}, \"text\": \"สม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็\"}, \"text\": \"็\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยอด\"}, \"text\": \"ยอด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฟ\"}, \"text\": \"ฟ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้า\"}, \"text\": \"้า\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฬ\"}, \"text\": \"ฬ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โลก\"}, \"text\": \"โลก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ใน\"}, \"text\": \" ใน\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" พ\"}, \"text\": \" พ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"3\"}, \"text\": \"3\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"5\"}, \"text\": \"5\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พร\"}, \"text\": \"พร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้อม\"}, \"text\": \"้อม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ับ\"}, \"text\": \"ับ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"การ\"}, \"text\": \"การ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ษ\"}, \"text\": \"ษ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฐาน\"}, \"text\": \"ฐาน\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณ\"}, \"text\": \"ณ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ปฏ\"}, \"text\": \"ปฏ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มา\"}, \"text\": \"มา\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กร\"}, \"text\": \"กร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รก\"}, \"text\": \"รก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ซ\"}, \"text\": \"ซ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธร\"}, \"text\": \"ธร\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู\"}, \"text\": \"ู\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าง\"}, \"text\": \"าง\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รา\"}, \"text\": \"รา\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สล\"}, \"text\": \"สล\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จาก\"}, \"text\": \"จาก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หย\"}, \"text\": \"หย\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ส\"}, \"text\": \"ส\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เข\"}, \"text\": \"เข\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ม\"}, \"text\": \" ม\"}]}\n\n{\"id\": \"1729089545-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089545, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ักษ\"}, \"text\": \"ักษ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณะ\"}, \"text\": \"ณะ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สำค\"}, \"text\": \"สำค\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัญ\"}, \"text\": \"ัญ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศาส\"}, \"text\": \"ศาส\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตร\"}, \"text\": \"ตร\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"์\"}, \"text\": \"์\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฒ\"}, \"text\": \"ฒ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธรรม\"}, \"text\": \"ธรรม\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ของ\"}, \"text\": \"ของ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประเทศไทย\"}, \"text\": \"ประเทศไทย\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถา\"}, \"text\": \"สถา\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กรรม\"}, \"text\": \"กรรม\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่อง\"}, \"text\": \"่อง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เท\"}, \"text\": \"เท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยว\"}, \"text\": \"ยว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชาว\"}, \"text\": \"ชาว\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ไทย\"}, \"text\": \"ไทย\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชา\"}, \"text\": \"ชา\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ให\"}, \"text\": \"ให\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สนใจ\"}, \"text\": \"สนใจ\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มาก\"}, \"text\": \"มาก\"}]}\n\n{\"id\": \"1729089549-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089549, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\n\n"},{"id":"f1d1eeac-3344-44cf-b616-4d45be7e28de","name":"Completions (Streaming)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7,\n    \"stream\": true\n}"},"url":"{{host}}/completions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 16 Oct 2024 14:41:30 GMT"},{"key":"Content-Type","value":"text/event-stream; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"data: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089691-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089691, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศา\"}, \"text\": \"ศา\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สด\"}, \"text\": \"สด\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าร\"}, \"text\": \"าร\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เร\"}, \"text\": \"เร\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ีย\"}, \"text\": \"ีย\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กว\"}, \"text\": \"กว\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่า\"}, \"text\": \"่า\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู่\"}, \"text\": \"ู่\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ภายใน\"}, \"text\": \"ภายใน\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\ndata: {\"id\": \"1729089693-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089693, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" กร\"}, \"text\": \" กร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุง\"}, \"text\": \"ุง\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เทพ\"}, \"text\": \"เทพ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าน\"}, \"text\": \"าน\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"คร\"}, \"text\": \"คร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" เป\"}, \"text\": \" เป\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โดย\"}, \"text\": \"โดย\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บาท\"}, \"text\": \"บาท\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สม\"}, \"text\": \"สม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็\"}, \"text\": \"็\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยอด\"}, \"text\": \"ยอด\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฟ\"}, \"text\": \"ฟ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้า\"}, \"text\": \"้า\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฬ\"}, \"text\": \"ฬ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โลก\"}, \"text\": \"โลก\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ใน\"}, \"text\": \" ใน\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" พ\"}, \"text\": \" พ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"3\"}, \"text\": \"3\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"5\"}, \"text\": \"5\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พร\"}, \"text\": \"พร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้อม\"}, \"text\": \"้อม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ับ\"}, \"text\": \"ับ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"การ\"}, \"text\": \"การ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ษ\"}, \"text\": \"ษ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฐาน\"}, \"text\": \"ฐาน\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณ\"}, \"text\": \"ณ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ปฏ\"}, \"text\": \"ปฏ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มา\"}, \"text\": \"มา\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กร\"}, \"text\": \"กร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089698-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089698, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รก\"}, \"text\": \"รก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ซ\"}, \"text\": \"ซ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธร\"}, \"text\": \"ธร\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู\"}, \"text\": \"ู\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าง\"}, \"text\": \"าง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รา\"}, \"text\": \"รา\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สล\"}, \"text\": \"สล\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จาก\"}, \"text\": \"จาก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หย\"}, \"text\": \"หย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ส\"}, \"text\": \"ส\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เข\"}, \"text\": \"เข\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ม\"}, \"text\": \" ม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ักษ\"}, \"text\": \"ักษ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณะ\"}, \"text\": \"ณะ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สำค\"}, \"text\": \"สำค\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัญ\"}, \"text\": \"ัญ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศาส\"}, \"text\": \"ศาส\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตร\"}, \"text\": \"ตร\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"์\"}, \"text\": \"์\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฒ\"}, \"text\": \"ฒ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธรรม\"}, \"text\": \"ธรรม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ของ\"}, \"text\": \"ของ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประเทศไทย\"}, \"text\": \"ประเทศไทย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถา\"}, \"text\": \"สถา\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กรรม\"}, \"text\": \"กรรม\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่อง\"}, \"text\": \"่อง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เท\"}, \"text\": \"เท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยว\"}, \"text\": \"ยว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชาว\"}, \"text\": \"ชาว\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ไทย\"}, \"text\": \"ไทย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชา\"}, \"text\": \"ชา\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ให\"}, \"text\": \"ให\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สนใจ\"}, \"text\": \"สนใจ\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มาก\"}, \"text\": \"มาก\"}]}\n\ndata: {\"id\": \"1729089704-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729089704, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: [DONE]\n\n\n"},{"id":"65055c75-1d84-4153-9a28-77e345f2945a","name":"Completions (Streaming)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"วัดพระแก้ว กทม. คืออะไร\",\n    \"max_tokens\": 2048,\n    \"temperature\": 0.7,\n    \"stream\": true\n}"},"url":"{{host}}/completions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 16 Oct 2024 14:48:56 GMT"},{"key":"Content-Type","value":"text/event-stream; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"data: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090137-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090137, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศา\"}, \"text\": \"ศา\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สด\"}, \"text\": \"สด\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าร\"}, \"text\": \"าร\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เร\"}, \"text\": \"เร\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ีย\"}, \"text\": \"ีย\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กว\"}, \"text\": \"กว\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่า\"}, \"text\": \"่า\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090139-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090139, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู่\"}, \"text\": \"ู่\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ภายใน\"}, \"text\": \"ภายใน\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" กร\"}, \"text\": \" กร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุง\"}, \"text\": \"ุง\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เทพ\"}, \"text\": \"เทพ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าน\"}, \"text\": \"าน\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"คร\"}, \"text\": \"คร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" เป\"}, \"text\": \" เป\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โดย\"}, \"text\": \"โดย\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บาท\"}, \"text\": \"บาท\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สม\"}, \"text\": \"สม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็\"}, \"text\": \"็\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยอด\"}, \"text\": \"ยอด\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฟ\"}, \"text\": \"ฟ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้า\"}, \"text\": \"้า\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จ\"}, \"text\": \"จ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฬ\"}, \"text\": \"ฬ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"โลก\"}, \"text\": \"โลก\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ใน\"}, \"text\": \" ใน\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" พ\"}, \"text\": \" พ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \".\"}, \"text\": \".\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"3\"}, \"text\": \"3\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"text\": \"2\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"5\"}, \"text\": \"5\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พร\"}, \"text\": \"พร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้อม\"}, \"text\": \"้อม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ับ\"}, \"text\": \"ับ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"การ\"}, \"text\": \"การ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สร\"}, \"text\": \"สร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้าง\"}, \"text\": \"้าง\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รม\"}, \"text\": \"รม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หาร\"}, \"text\": \"หาร\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"า\"}, \"text\": \"า\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090143-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090143, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ษ\"}, \"text\": \"ษ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฐาน\"}, \"text\": \"ฐาน\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ห\"}, \"text\": \"ห\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าม\"}, \"text\": \"าม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณ\"}, \"text\": \"ณ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ร\"}, \"text\": \"ร\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตน\"}, \"text\": \"ตน\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ปฏ\"}, \"text\": \"ปฏ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มา\"}, \"text\": \"มา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กร\"}, \"text\": \"กร\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หร\"}, \"text\": \"หร\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ือ\"}, \"text\": \"ือ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รก\"}, \"text\": \"รก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ซ\"}, \"text\": \"ซ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธร\"}, \"text\": \"ธร\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ู\"}, \"text\": \"ู\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"าง\"}, \"text\": \"าง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่\"}, \"text\": \"่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ข\"}, \"text\": \"ข\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สมา\"}, \"text\": \"สมา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธ\"}, \"text\": \"ธ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"รา\"}, \"text\": \"รา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สล\"}, \"text\": \"สล\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"จาก\"}, \"text\": \"จาก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"หย\"}, \"text\": \"หย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ก\"}, \"text\": \"ก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ส\"}, \"text\": \"ส\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เข\"}, \"text\": \"เข\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ึ\"}, \"text\": \"ึ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"บ\"}, \"text\": \"บ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ช\"}, \"text\": \"ช\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เด\"}, \"text\": \"เด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ียว\"}, \"text\": \"ียว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" ม\"}, \"text\": \" ม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พ\"}, \"text\": \"พ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ุ\"}, \"text\": \"ุ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทธ\"}, \"text\": \"ทธ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ักษ\"}, \"text\": \"ักษ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ณะ\"}, \"text\": \"ณะ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัด\"}, \"text\": \"ัด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"พระ\"}, \"text\": \"พระ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"แก\"}, \"text\": \"แก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้ว\"}, \"text\": \"้ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สำค\"}, \"text\": \"สำค\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัญ\"}, \"text\": \"ัญ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประ\"}, \"text\": \"ประ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศาส\"}, \"text\": \"ศาส\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ตร\"}, \"text\": \"ตร\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"์\"}, \"text\": \"์\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ว\"}, \"text\": \"ว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ฒ\"}, \"text\": \"ฒ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ธรรม\"}, \"text\": \"ธรรม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ของ\"}, \"text\": \"ของ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ประเทศไทย\"}, \"text\": \"ประเทศไทย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ม\"}, \"text\": \"ม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี\"}, \"text\": \"ี\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ด\"}, \"text\": \"ด\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"งาม\"}, \"text\": \"งาม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ทาง\"}, \"text\": \"ทาง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ศ\"}, \"text\": \"ศ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ล\"}, \"text\": \"ล\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ะ\"}, \"text\": \"ะ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถา\"}, \"text\": \"สถา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ป\"}, \"text\": \"ป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"กรรม\"}, \"text\": \"กรรม\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ย\"}, \"text\": \"ย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัง\"}, \"text\": \"ัง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สถาน\"}, \"text\": \"สถาน\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"น\"}, \"text\": \"น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ัก\"}, \"text\": \"ัก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่อง\"}, \"text\": \"่อง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เท\"}, \"text\": \"เท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ี่\"}, \"text\": \"ี่\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ยว\"}, \"text\": \"ยว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ท\"}, \"text\": \"ท\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ั\"}, \"text\": \"ั\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ง\"}, \"text\": \"ง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชาว\"}, \"text\": \"ชาว\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ไทย\"}, \"text\": \"ไทย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"และ\"}, \"text\": \"และ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ชา\"}, \"text\": \"ชา\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ต\"}, \"text\": \"ต\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ิ\"}, \"text\": \"ิ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ให\"}, \"text\": \"ให\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"้\"}, \"text\": \"้\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"ความ\"}, \"text\": \"ความ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"สนใจ\"}, \"text\": \"สนใจ\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"เป\"}, \"text\": \"เป\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"็น\"}, \"text\": \"็น\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"อย\"}, \"text\": \"อย\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"่าง\"}, \"text\": \"่าง\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"มาก\"}, \"text\": \"มาก\"}]}\n\ndata: {\"id\": \"1729090150-otg-72b\", \"object\": \"chat.completion.chunk\", \"created\": 1729090150, \"model\": \"otg-72b\", \"system_fingerprint\": \"null\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \" \"}, \"text\": \" \"}]}\n\ndata: [DONE]\n\n\n"}],"_postman_id":"555613ff-878c-4a52-9ad4-1503fc7bc5ae"},{"name":"Delete Document(s)","id":"0b5f2f4e-c45e-4e1d-8736-b79e2b24975a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/delete/*","description":"<p>Delete a indexed document(s)<br />Using /delete/{doc_id} to delete a document of doc_id.<br />Using /delete/* to delete all documents</p>\n","urlObject":{"path":["delete","*"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"18f99efd-85b0-4ff8-a80b-b09e34b42453","name":"Delete A Documents","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/delete/453001574239654281"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 05 Oct 2024 08:13:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Document with id 453001574239654281 deleted successfully\",\n    \"num_deleted\": 1\n}"}],"_postman_id":"0b5f2f4e-c45e-4e1d-8736-b79e2b24975a"},{"name":"List Document based on Query","id":"9ca54253-4d3b-424f-b97e-0bc86c0d7b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/list?query=วัดพระแก้ว","description":"<p>List all indexed documents</p>\n","urlObject":{"path":["list"],"host":["{{host}}"],"query":[{"key":"query","value":"วัดพระแก้ว"}],"variable":[]}},"response":[],"_postman_id":"9ca54253-4d3b-424f-b97e-0bc86c0d7b3f"}]}