1
Some checks failed
build-with-all-capacity / build-and-push-image (push) Has been cancelled
build-with-audio-assistant / build-and-push-image (push) Has been cancelled
build-with-latex-arm / build-and-push-image (push) Has been cancelled
build-with-latex / build-and-push-image (push) Has been cancelled
build-without-local-llms / build-and-push-image (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
雷欧(林平凡)
2025-09-16 16:22:17 +08:00
parent 8bb8b9a2f4
commit 87542a0ed7

View File

@@ -17,7 +17,7 @@ DASHSCOPE_API_KEY = "" # 阿里灵积云API_KEY用于接入qwen-maxdashsco
DEEPSEEK_API_KEY = "sk-d99b8cc6b7414cc88a5d950a3ff7585e" DEEPSEEK_API_KEY = "sk-d99b8cc6b7414cc88a5d950a3ff7585e"
# [step 2]>> 改为True应用代理。如果使用本地或无地域限制的大模型时此处不修改如果直接在海外服务器部署此处不修改 # [step 2]>> 改为True应用代理。如果使用本地或无地域限制的大模型时此处不修改如果直接在海外服务器部署此处不修改
USE_PROXY = False USE_PROXY = True
if USE_PROXY: if USE_PROXY:
proxies = { proxies = {
"http":"socks5h://192.168.8.9:1070", # 再例如 "http": "http://127.0.0.1:7890", "http":"socks5h://192.168.8.9:1070", # 再例如 "http": "http://127.0.0.1:7890",