API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://api.chatanywhere.tech/v1/chat/completions"} # API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://api.chatanywhere.org/v1/chat/completions"} BotGem(AMA) ChatGPT桌面应用,支持全平台,...
Using const reply = AI("MESSAGE", "API key you got from us") Readme KeywordsnonePackage Sidebar Install npm i free-chatgpt-api Weekly Downloads 1 Version 1.0.0-patch License ISC Unpacked Size 9.72 kB Total Files 11 Last publish a year ago Collaborators Try on RunKit Report malware ...
A simple and open-source proxy API that allows you to access OpenAI's ChatGPT API for free! - kcloze/ChatGPTAPIFree
npm install chatgpt-free-api Usage import{chat}from'chatgpt-free-api';// Single-Message ConversationasyncfunctionstartChat(message:string){try{constresponse=awaitchat.startConversation(message);console.log(response);}catch(error){console.error('Error starting conversation:',error);}}// Chained Conve...
free-ChatGPT是一个免费的、开源的ChatGPT API实现项目,可以帮助用户免费地使用ChatGPT的功能,而无需注册账号和获取API key。这个项目是由我们团队自主研发的,旨在为广大用户提供更加便捷、灵活的ChatGPT服务。 free-ChatGPT项目具有以下特点: 无需注册账号和获取API key 使用free-ChatGPT无需注册账号和获取API key,...
申请地址https://api.chatanywhere.org/v1/oauth/free/github/render用github账号直接授权登录 免费版支持gpt-3.5-turbo, embedding, gpt-4。其中gpt-4由于价格过高,每天限制3次调用(0点刷新)。需要更稳定快速的gpt-4请使用付费版。 申请完成之后,我们就有了apikey。在项目中就可以使用了,地址换成下面的转发地址...
此外,ChatGPT API的用法也十分简单,只需「import openai」即可。 成本直降90% 从公告中可以看到,OpenAI节省了成本的好处,API用户也可以共享了。 这次开放的模型被称为gpt-3.5-turbo,每1000个token的成本为0.002美元,比现有的GPT-3.5模型还要便宜90%。
(1) 项目地址:https://github.com/chatanywhere/GPT_API_free (2) 免费key支持模型:支持gpt-3.5-turbo, embedding, gpt-4(一天3次) (3) 如何获取免费key: 点击链接(https://api.chatanywhere.org/v1/oauth/free/github/render),跳转后绑定自己的github账号,绑定后会显示专属的api key。
一、FREE-CHATGPT-API FREE-CHATGPT-API公益免费的ChatGPT API介绍: 本项目为公益免费项目,使用者必须在遵循 OpenAI 的使用条款以及法律法规的情况下使用,不得用于非法用途。 根据《生成式人工智能服务管理暂行办法》的要求,请勿对中国地区公众提供一切未经备案的生成式人工智能服务。
A simple and open-source proxy API that allows you to access OpenAI's ChatGPT API for free! - ayaka14732/ChatGPTAPIFree