setup.cfg setup.py Repository files navigation README Code of conduct License Security ChatGPT English - 中文 Reverse Engineered ChatGPT API by OpenAI. Extensible for chatbots etc. Support my work Make a pull request and fix my bad code. Discord Server: https://discord.gg/9K2BvbXEHT ...
const { ChatGPTClient }= await import('@waylaidwanderer/chatgpt-api'); const clientOptions={//(Optional) Support for a reverse proxy for the completions endpoint (private API server).//Warning: This will expose your `openaiApiKey` to a third-party. Consider the risks before using this./...
To install and run the ChatGPT API Reverse Proxy on Android using Termux, follow these steps: Install Termux from the Play Store. Update Termux packages: apt update Upgrade Termux packages: apt upgrade Install git, Node.js, and npm: apt install -y git nodejs Clone the repository: git clon...
app }=this; const { user }=ctx; const { ChatGPTClient }= await import('@waylaidwanderer/chatgpt-api'); const clientOptions={//(Optional) Support for a reverse proxy for the completions endpoint (private API server).//Warning: This will expose your `openaiApi...
provide all your cookies as a string instead cookies: '', // A proxy string like "http://<ip>:<port>" proxy: '', // (Optional) Set to true to enable `console.debug()` logging debug: false, }, chatGptBrowserClient: { // (Optional) Support for a reverse proxy for the conversat...
您可以尝试使用 [@paradox8599](https://github.com/paradox8599) 提供的简易部署脚本:[paradox8599/mirai-chatgpt-setup](https://github.com/paradox8599/mirai-chatgpt-setup) 进行较快地部署。 **或者**移步至 [Wiki](https://github.com/lss233/chatgpt-mirai-qq-bot/wiki/%E4%BD%BF%E7%94%A8-Doc...
微信中有很多小程序,提供了聊天机器人的接入,在这个案例中,我们把和聊天机器人聊天的过程展示给大家,会给很多ChatGPT/LLMs爱好者带来启发。 - 一开始聊天机器人,作为基本的问候还是正确的 - 现在这个微信机器人的回答显然是不正确的 关键并不是聊天机器人回答错误就不行,精彩的地方在下面开始啦 ...
您可以尝试使用 [@paradox8599](https://github.com/paradox8599) 提供的简易部署脚本:[paradox8599/mirai-chatgpt-setup](https://github.com/paradox8599/mirai-chatgpt-setup) 进行较快地部署。 **或者**移步至 [Wiki](https://github.com/lss233/chatgpt-mirai-qq-bot/wiki/%E4%BD%BF%E7%94%A8-Doc...
This article shows how to deploy an Azure Kubernetes Service(AKS) cluster and Azure OpenAI Service via Bicep and how to deploy a Python...
module.exports={// Your OpenAI API key (for `ChatGPTClient`)openaiApiKey:process.env.OPENAI_API_KEY||'',chatGptClient:{// (Optional) Support for a reverse proxy for the completions endpoint (private API server).// Warning: This will expose your `openaiApiKey` to a third-party. Conside...