Created
October 2, 2024 14:16
-
-
Save kobkrit/58472e14016faaaefa8689817159426c to your computer and use it in GitHub Desktop.
OpenThaiGPT 1.5 72b on Siam.AI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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