-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an issue template for connectivity problem
- Loading branch information
1 parent
471e684
commit 7e5b4c9
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: LLM Connectivity Issue / 模型链接错误 | ||
about: How to solve the LLM connectivity problem | ||
title: "[Connectivity]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Read this before open issue | ||
|
||
- Doc: how to choose and config a model: https://midscenejs.com/model-provider.html | ||
- Use this project to check the connection: https://github.com/web-infra-dev/midscene-example/tree/main/connectivity-test | ||
|
||
## If the error persists, tell us these information | ||
|
||
- Where are you using Midscene.js: Chrome extension, yaml with cli, Puppeteer,… | ||
- The version of Midscene.js | ||
- The model name and endpoint (if could be public) | ||
- The error message | ||
- Do NOT include your API key in your issue! Revoke it immediately if it is leaked in your issue. |