dlxj commited on
Commit ·
073f689
1
Parent(s): 1fff30f
- ocr/qwen_ocr.py +1 -1
ocr/qwen_ocr.py
CHANGED
|
@@ -11,7 +11,7 @@ with open(image_path, "rb") as f:
|
|
| 11 |
# 初始化客户端
|
| 12 |
client = OpenAI(
|
| 13 |
base_url="https://www.autodl.art/api/v1",
|
| 14 |
-
api_key="
|
| 15 |
)
|
| 16 |
|
| 17 |
# 调用接口(这里使用了stream=True进行流式响应)
|
|
|
|
| 11 |
# 初始化客户端
|
| 12 |
client = OpenAI(
|
| 13 |
base_url="https://www.autodl.art/api/v1",
|
| 14 |
+
api_key="",
|
| 15 |
)
|
| 16 |
|
| 17 |
# 调用接口(这里使用了stream=True进行流式响应)
|