aichat/.github/ISSUE_TEMPLATE/model_request.md

22 lines
642 B
Markdown
Raw Normal View History

---
name: Model Request
about: Support a new LLM Model or AI Platform.
title: ''
labels: 'new model'
assignees: ''
---
### Please confirm whether the following requirements are met:
- [ ] Must have a REST/HTTP API.
- [ ] Must be publicly accessible. It cannot require application review or have regional restrictions. A beta version is acceptable.
- [ ] No open source. Open source models can be used through LocalAI and do not need to be supported separately.
- [ ] Cannot be an agent/proxy of other platforms.
### Please provide the following documents or links:
- API Documentation (required)
- TOKEN calculation document (optional)