mirror of
https://github.com/sigoden/aichat
synced 2024-11-04 18:00:20 +00:00
22 lines
642 B
Markdown
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)
|