feat: add app ChatGPT-Adapter

This commit is contained in:
arch3rPro
2025-08-06 11:18:38 +08:00
parent fd5e0ac49d
commit bc52988dcc
9 changed files with 934 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: ChatGPT Adapter
tags:
- AI / 大模型
title: 多款AI聊天接口适配到OpenAI标准接口
description: ChatGPT Adapter是一个开源项目将多款AI聊天逆向接口如coze、deepseek、cursor、bing等适配到OpenAI API标准接口服务端支持高速流式输出和多轮对话。
additionalProperties:
key: chatgpt-adapter
name: ChatGPT Adapter
tags:
- AI
shortDescZh: 多款AI聊天接口适配到OpenAI标准接口
shortDescEn: Multiple AI chat interfaces adapted to OpenAI standard API
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://bincooo.github.io/chatgpt-adapter
github: https://github.com/bincooo/chatgpt-adapter
document: https://bincooo.github.io/chatgpt-adapter
description:
en: Multiple AI chat interfaces adapted to OpenAI standard API
zh: 多款AI聊天接口适配到OpenAI标准接口
zh-Hant: 多款AI聊天接口適配到OpenAI標準接口
memoryRequired: 512
architectures:
- amd64
- arm64