Featured image of post Memanggil API ChatGPT dari curl

Memanggil API ChatGPT dari curl

Memanggil API ChatGPT dari curl

Ini diasumsikan dipanggil dari command prompt Windows.

1
2

curl https://api.openai.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer sk-proj-XXXXXXXXXXXXXXXXXXXX" -d "{""model"": ""gpt-3.5-turbo"",""messages"": [{""role"": ""system"", ""content"": ""Tolong jawab dalam dialek Kansai.""}, {""role"": ""user"", ""content"": ""Masukkan pesan yang ingin Anda kirim di sini""}]}"
comments powered by Disqus
Dibangun dengan Hugo
Tema Stack dirancang oleh Jimmy