Spaces:
Sleeping
Sleeping
MZhao
commited on
优化常见问题格式
Browse files
README.md
CHANGED
@@ -337,7 +337,7 @@ pip install gradio --upgrade --force-reinstall
|
|
337 |
|
338 |
### 常见问题
|
339 |
|
340 |
-
<details><summary>配置代理</summary>
|
341 |
|
342 |
OpenAI不允许在不受支持的地区使用API,否则可能会导致账号被风控。下面给出代理配置示例:
|
343 |
|
@@ -371,7 +371,7 @@ DOMAIN-SUFFIX,openai.com,你的代理规则
|
|
371 |
|
372 |
</details>
|
373 |
|
374 |
-
<details><summary>找不要依赖项(No matching distribution found for tiktoken)</summary>
|
375 |
|
376 |
这种情况是因为你使用的`pip`源中没有这个包。pypi的镜像源(比如清华源)的更新可能没有官方源那么及时。如果遇到了这种情况,建议换用pypi的官方源:
|
377 |
|
|
|
337 |
|
338 |
### 常见问题
|
339 |
|
340 |
+
<details><summary><code>配置代理</code></summary>
|
341 |
|
342 |
OpenAI不允许在不受支持的地区使用API,否则可能会导致账号被风控。下面给出代理配置示例:
|
343 |
|
|
|
371 |
|
372 |
</details>
|
373 |
|
374 |
+
<details><summary><code>找不要依赖项(No matching distribution found for tiktoken)</code></summary>
|
375 |
|
376 |
这种情况是因为你使用的`pip`源中没有这个包。pypi的镜像源(比如清华源)的更新可能没有官方源那么及时。如果遇到了这种情况,建议换用pypi的官方源:
|
377 |
|