We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456fdac commit fcf5fdcCopy full SHA for fcf5fdc
neural_providers/openai.py
@@ -9,7 +9,7 @@
9
import urllib.request
10
from typing import Any, Dict
11
12
-API_ENDPOINT = 'https://api.openai.com/v1/completions'
+API_ENDPOINT = 'https://api.openai.com/v1/chat/completions'
13
14
OPENAI_DATA_HEADER = 'data: '
15
OPENAI_DONE = '[DONE]'
0 commit comments