تسجيل الدخول
الدخول الى متجرك
or تسجيل الآن!
0
curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-your-api-key" \ -d '{ "model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "كيف أغير كلمة المرور؟"}], "max_tokens": 100, "temperature": 0.7 }'
برمجة بواسطة