Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 13, 2023
1 parent 27cae95 commit 65ab8c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: ''
assignees: ''

---
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/model_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ assignees: ''

- [ ] 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.
- [ ] Must not open-source. Open source models can be used through LocalAI and do not need to be supported separately.
- [ ] Must not act as an agent or proxy for other platforms.

> Tip: If the API of the new model is compatible with OpenAI's API, it can be used through localai client.
### Please provide the following documents or links:

Expand Down

0 comments on commit 65ab8c1

Please sign in to comment.