mirror of
https://github.com/yuruotong1/autoMate.git
synced 2025-12-26 05:16:21 +08:00
更新Readme和bug issue
This commit is contained in:
parent
73d321525b
commit
be16fe0492
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a bug report to help us improve
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Version Information
|
||||
- Commit Hash: <!-- e.g. abc123def456 -->
|
||||
|
||||
## Error Message
|
||||
<!-- Paste your error message in markdown -->
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
### Current Behavior
|
||||
<!-- Describe what actually happened -->
|
||||
|
||||
### Expected Behavior
|
||||
<!-- Describe what you expected to happen -->
|
||||
@ -73,8 +73,6 @@ python main.py
|
||||
```
|
||||
Then open `http://localhost:7888/` in your browser to configure your API key and basic settings.
|
||||
|
||||
For supported vendors and models, please refer to this [link](./SUPPORT_MODEL.md)
|
||||
|
||||
## 📝 FAQ
|
||||
|
||||
### 🔧 CUDA Version Mismatch
|
||||
|
||||
@ -70,9 +70,6 @@ python main.py
|
||||
```
|
||||
然后在浏览器中打开`http://localhost:7888/`,配置您的API密钥和基本设置。
|
||||
|
||||
支持的厂商及模型可以参考这个[链接](./SUPPORT_MODEL.md)
|
||||
|
||||
|
||||
|
||||
## 📝常见问题
|
||||
|
||||
@ -90,11 +87,7 @@ python main.py
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|
||||
```
|
||||
|
||||
### 模型无法下载
|
||||
多半是被墙了,可以从百度网盘直接下载模型。
|
||||
|
||||
通过网盘分享的文件:weights.zip
|
||||
链接: https://pan.baidu.com/s/1Tj8sZZK9_QI7whZV93vb0w?pwd=dyeu 提取码: dyeu
|
||||
|
||||
|
||||
## 🤝 参与共建
|
||||
|
||||
@ -70,8 +70,6 @@ python main.py
|
||||
```
|
||||
ブラウザで`http://localhost:7888/`を開き、APIキーと基本設定を構成してください。
|
||||
|
||||
対応ベンダーとモデルについては、この[リンク](./SUPPORT_MODEL.md)をご参照ください。
|
||||
|
||||
## 📝 よくある質問
|
||||
|
||||
### 🔧 CUDAバージョンの不一致
|
||||
@ -88,8 +86,6 @@ python main.py
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|
||||
```
|
||||
|
||||
### モデルのダウンロードの問題
|
||||
モデルのダウンロードに問題がある場合(ネットワーク制限などにより)、Baidu Cloudから直接ダウンロードできます:
|
||||
|
||||
ファイル:weights.zip
|
||||
リンク:https://pan.baidu.com/s/1Tj8sZZK9_QI7whZV93vb0w?pwd=dyeu
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
| Vendor-en | Vendor-ch | Model | base-url |
|
||||
| --- | --- | --- | --- |
|
||||
| openainext international| openainext 国际| gpt-4o-2024-11-20 | https://api.openai-next.com/v1 |
|
||||
|
||||
|https://2233.ai/api yeka| https://2233.ai/api 野卡|gpt-4o,o1|https://api.gptsapi.net/v1
|
||||
Loading…
x
Reference in New Issue
Block a user