-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
According to gptchat.php I need to change "API endpoint URL".
In original gptchat.php code line after this comment is
curl_setopt($ch, CURLOPT_URL, "https://api.openai.com/v1/engines/" . MODEL . "/completions");
Questions:
- Does "CURLOPT_URL" is the same as "API endpoint URL" term?
- According to readme.md ENDPOINT for gpt-3.5-turbo model is
/v1/chat/completions. Where is exact API endpoint URL substring ingptchat.php? It looks like it mixed withMODELin endpoing URL. Any suggestions?
Thanks
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation