Skip to content

Instantly share code, notes, and snippets.

@kobkrit
Created October 2, 2024 14:16
Show Gist options
  • Save kobkrit/58472e14016faaaefa8689817159426c to your computer and use it in GitHub Desktop.
Save kobkrit/58472e14016faaaefa8689817159426c to your computer and use it in GitHub Desktop.
OpenThaiGPT 1.5 72b on Siam.AI
curl https://api.aieat.or.th/v1/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer dummy" \
-d '{
"model": ".",
"prompt": "<|im_start|>system\nคุณคือผู้ช่วยตอบคำถามที่ฉลาดและซื่อสัตย์<|im_end|>\n<|im_start|>user\nกรุงเทพมหานครคืออะไร<|im_end|>\n<|im_start|>assistant\n",
"max_tokens": 512,
"temperature": 0.7,
"top_p": 0.8,
"top_k": 40,
"stop": ["<|im_end|>"]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment