mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 10:05:23 -04:00
[PR #206] [CLOSED] Add new model provider PPIO #1181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/206
Author: @cnJasonZ
Created: 2/13/2025
Status: ❌ Closed
Base:
main← Head:feat/ppio📝 Commits (7)
89cdda6feat: add new model provider PPIO29c7464fix: fix created_at timestamp for PPIO298b51aMerge branch 'main' into feat/ppiob6d9e26fix: fix ppio.yaml file; update requirements1c46ec4fix: update author9f5244ffeat: add privacy policy and readme for ppio92118e3fix: modify ppio plugin author📊 Changes
34 files changed (+1885 additions, -0 deletions)
View changed files
➕
models/ppio/.gitignore(+1 -0)➕
models/ppio/README.md(+10 -0)➕
models/ppio/_assets/icon_l_en.svg(+4 -0)➕
models/ppio/_assets/icon_l_zh.svg(+4 -0)➕
models/ppio/_assets/icon_s_en.svg(+3 -0)➕
models/ppio/_assets/ppio-01.png(+0 -0)➕
models/ppio/main.py(+6 -0)➕
models/ppio/manifest.yaml(+38 -0)➕
models/ppio/models/_oaiapi_common.py(+39 -0)➕
models/ppio/models/llm/_position.yaml(+30 -0)➕
models/ppio/models/llm/baichuan2-13b-chat.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1-community.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1-distill-llama-70b.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1-distill-llama-8b.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1-distill-qwen-14b.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1-distill-qwen-32b.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-r1.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-v3-community.yaml(+41 -0)➕
models/ppio/models/llm/deepseek-v3.yaml(+41 -0)➕
models/ppio/models/llm/glm-4-9b-chat.yaml(+41 -0)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.