From 546109702399f7c6861551ecee098b3b5b0ce9af Mon Sep 17 00:00:00 2001 From: yuyutaotao <167746126+yuyutaotao@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:25:33 +0800 Subject: [PATCH] Update issue templates (#213) --- ...36\346\216\245\351\224\231\350\257\257.md" | 28 +++++++++++++++++++ ...76\346\216\245\351\224\231\350\257\257.md" | 21 -------------- 2 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 ".github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\350\277\236\346\216\245\351\224\231\350\257\257.md" delete mode 100644 ".github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\351\223\276\346\216\245\351\224\231\350\257\257.md" diff --git "a/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\350\277\236\346\216\245\351\224\231\350\257\257.md" "b/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\350\277\236\346\216\245\351\224\231\350\257\257.md" new file mode 100644 index 00000000..7ce81aa3 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\350\277\236\346\216\245\351\224\231\350\257\257.md" @@ -0,0 +1,28 @@ +--- +name: LLM Connectivity Issue / 模型连接错误 +about: How to solve the LLM connectivity problem +title: "[Connectivity]" +labels: '' +assignees: '' + +--- + +## Read this before open issue + +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 or Extension + +- The error message + +- The model name and endpoint (if could be public) + +## Security Check + +Do NOT include your API key in your issue! Revoke it immediately if it has already been leaked in your issue. diff --git "a/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\351\223\276\346\216\245\351\224\231\350\257\257.md" "b/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\351\223\276\346\216\245\351\224\231\350\257\257.md" deleted file mode 100644 index 6a90f15f..00000000 --- "a/.github/ISSUE_TEMPLATE/llm-connectivity-issue---\346\250\241\345\236\213\351\223\276\346\216\245\351\224\231\350\257\257.md" +++ /dev/null @@ -1,21 +0,0 @@ ---- -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.