mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
- add english and chinese description fields to all application data files - standardize yaml formatting and indentation across all files - remove BOM characters from several files - fix tag indentation in multiple files - update architecture field formatting in DecoTV and wechat-selkies - fix crossVersionUpdate value from False to false in gitlab applications - improve description field formatting in billion-mail application
23 lines
765 B
YAML
23 lines
765 B
YAML
name: One API
|
|
tags:
|
|
- AI / 大模型
|
|
title: OpenAI 接口管理 & 分发系统
|
|
description: OpenAI 接口管理 & 分发系统
|
|
additionalProperties:
|
|
key: one-api
|
|
name: One API
|
|
tags:
|
|
- AI
|
|
shortDescZh: 通过标准的 OpenAI API 格式访问所有的大模型,开箱即用
|
|
shortDescEn: Access all LLM through the standard OpenAI API format, easy to deploy & use
|
|
description:
|
|
en: Access all LLM through the standard OpenAI API format, easy to deploy & use
|
|
zh: 通过标准的 OpenAI API 格式访问所有的大模型,开箱即用
|
|
type: tool
|
|
crossVersionUpdate: true
|
|
limit: 0
|
|
recommend: 0
|
|
website: https://openai.justsong.cn/
|
|
github: https://github.com/songquanpeng/one-api
|
|
document: https://github.com/songquanpeng/one-api
|