Spaces:
Paused
Paused
Update hf.js
Browse files
hf.js
CHANGED
|
@@ -24,7 +24,7 @@ app.get('/', (req, res) => {
|
|
| 24 |
Cursor To OpenAI Server <br />
|
| 25 |
聊天来源: 自定义(兼容 OpenAI) <br />
|
| 26 |
自定义端点(基本URL):<span id="endpoint-url"></span> <br />
|
| 27 |
-
自定义API
|
| 28 |
</p>
|
| 29 |
<script>
|
| 30 |
const url = new URL(window.location.href);
|
|
|
|
| 24 |
Cursor To OpenAI Server <br />
|
| 25 |
聊天来源: 自定义(兼容 OpenAI) <br />
|
| 26 |
自定义端点(基本URL):<span id="endpoint-url"></span> <br />
|
| 27 |
+
自定义API密钥:[抓取的Cursor Cookie,格式为user_...] <br />
|
| 28 |
</p>
|
| 29 |
<script>
|
| 30 |
const url = new URL(window.location.href);
|