Replies: 4 comments 2 replies
-
if i use reverse proxy, i get this error
|
Beta Was this translation helpful? Give feedback.
-
but i have setting from the https://chat.openai.com/api/auth/session get accessToken to openaiApiKey. just follow the readme ,why thanks |
Beta Was this translation helpful? Give feedback.
-
Example ( module.exports = {
chatGptBrowserClient: {
reverseProxyUrl: 'https://chatgpt.duti.tech/api/conversation',
accessToken: 'access token',
},
// Options for the API server
apiOptions: {
port: process.env.API_PORT || 3000,
host: process.env.API_HOST || 'localhost',
clientToUse: 'chatgpt-browser',
},
} Example (using new ChatGPTBrowserClient({
reverseProxyUrl: 'https://chatgpt.duti.tech/api/conversation',
accessToken: 'access token',
}); |
Beta Was this translation helpful? Give feedback.
-
i have this settings , comment the openApiKey. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
modelOptions: { // You can override the model name and any other parameters here. model: 'text-davinci-003', },
Beta Was this translation helpful? Give feedback.
All reactions