Add new model provider PPIO (#3211)

* feat: add new model provider PPIO

* fix: fix ppio model fetching

* fix: code lint

* reorder LLM
update interface for streaming and chats to use valid keys
linting

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
cnJasonZ
2025-02-28 02:53:00 +08:00
committed by GitHub
parent b07240deee
commit 2aeb4c2961
26 changed files with 585 additions and 3 deletions

View File

@@ -126,6 +126,10 @@ GID='1000'
# DEEPSEEK_API_KEY='your-deepseek-api-key-here'
# DEEPSEEK_MODEL_PREF='deepseek-chat'
# LLM_PROVIDER='ppio'
# PPIO_API_KEY='your-ppio-api-key-here'
# PPIO_MODEL_PREF=deepseek/deepseek-v3/community
###########################################
######## Embedding API SElECTION ##########
###########################################