aichat/.github/ISSUE_TEMPLATE/model_request.md
sigoden 9bb259ee96
chore: add issue tempalte model_request.md (#212)
* chore: add issue tempalte model_request.md

* update label
2023-11-04 10:09:40 +08:00

22 lines
642 B
Markdown

---
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)