cleanup: remove obsolete llm-ChatGLM2 and llm-Baichuan2 plugins (#6444)
These plugins provided OpenAI-compatible API wrappers for ChatGLM2 and Baichuan2 models. Both are now obsolete: - ChatGLM2 (2023) has been superseded by GLM-4 series with official OpenAI-compatible APIs - Baichuan2 (2023) has been superseded by Baichuan 4 with official OpenAI-compatible APIs FastGPT's model system already supports any OpenAI-compatible endpoint via requestUrl/requestAuth configuration — no self-hosted wrapper needed. Zero references to these plugins exist in the codebase.
Showing
| protobuf | ||
| transformers==4.53.0 | ||
| cpm_kernels | ||
| torch>=2.0 | ||
| gradio | ||
| mdtex2html | ||
| sentencepiece | ||
| accelerate | ||
| sse-starlette | ||
| fastapi==0.99.1 | ||
| pydantic==1.10.7 | ||
| uvicorn==0.21.1 | ||
| xformers | ||
| bitsandbytes |
| fastapi==0.101.1 | ||
| numpy==1.24.3 | ||
| pydantic==1.10.7 | ||
| scikit_learn==1.2.2 | ||
| sentence_transformers==2.2.2 | ||
| sse_starlette==1.6.5 | ||
| starlette==0.49.1 | ||
| tiktoken==0.4.0 | ||
| torch==2.7.1 | ||
| transformers==4.53.0 | ||
| uvicorn==0.23.2 |
Please
register
or
sign in
to comment