tomitokko / django-chatbot

88 stars 73 forks source link

POST https://api.openai.com/v1/chat/completions 400 (Bad Request) #8

Open Bre-31 opened 10 months ago

Bre-31 commented 10 months ago

when i put a URL "https://api.openai.com/v1/chat/completions". it shows error like this. code : fetch('https://api.openai.com/v1/chat/completions',{ method: 'POST', ..............

how to fix this?