diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 643f26f..c87e2b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,8 +7,7 @@ assignees: '' --- -Your issue may already be reported! -Please search on the [issue tracker](https://github.com/sigoden/aichat/issues) before creating one. + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3b159ef..34c9ce5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,8 +7,7 @@ assignees: '' --- -Your issue may already be reported! -Please search on the [issue tracker](https://github.com/sigoden/aichat/issues) before creating one. + If you are requesting support for the new model, goto [model-request](https://github.com/sigoden/aichat/issues/new?assignees=&labels=enhancement&projects=&template=model_request.md&title=). diff --git a/.github/ISSUE_TEMPLATE/model_request.md b/.github/ISSUE_TEMPLATE/model_request.md index 36979aa..84ca0c1 100644 --- a/.github/ISSUE_TEMPLATE/model_request.md +++ b/.github/ISSUE_TEMPLATE/model_request.md @@ -13,10 +13,8 @@ assignees: '' - [ ] Must be publicly accessible. It cannot require application review or have regional restrictions. A beta version is acceptable. - [ ] 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. +> Tip: If the API is compatible with OpenAI's API, it can be used through `openai-compatible` client. ### Please provide the following documents or links: -- API Documentation (required) - -- TOKEN calculation document (optional) +- API Documentation (required) \ No newline at end of file