-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from OVINC-CN/chore_python
chore(python): update python version
- Loading branch information
Showing
8 changed files
with
48 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-12 10:47+0800\n" | ||
"POT-Creation-Date: 2024-12-16 14:04+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -63,6 +63,9 @@ msgstr "Midjourney" | |
msgid "Moonshot" | ||
msgstr "Moonshot" | ||
|
||
msgid "Claude" | ||
msgstr "Claude" | ||
|
||
msgid "1024x1024" | ||
msgstr "1024x1024" | ||
|
||
|
@@ -129,6 +132,30 @@ msgstr "文本" | |
msgid "Image URL" | ||
msgstr "图片链接" | ||
|
||
msgid "Image" | ||
msgstr "图片" | ||
|
||
msgid "Message Start" | ||
msgstr "消息开始" | ||
|
||
msgid "Message Delta" | ||
msgstr "消息块" | ||
|
||
msgid "Content Block Delta" | ||
msgstr "内容块" | ||
|
||
msgid "API" | ||
msgstr "API" | ||
|
||
msgid "Chunk" | ||
msgstr "块" | ||
|
||
msgid "Fetch" | ||
msgstr "拉取" | ||
|
||
msgid "Chat" | ||
msgstr "对话" | ||
|
||
msgid "Unauthorized Model" | ||
msgstr "未授权的模型" | ||
|
||
|
@@ -249,9 +276,6 @@ msgstr "温度" | |
msgid "Top Probability" | ||
msgstr "优选值" | ||
|
||
msgid "Messages too long, please clear all input" | ||
msgstr "消息过长,请清空重试" | ||
|
||
msgid "COS" | ||
msgstr "对象存储" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,40 @@ | ||
# ovinc | ||
ovinc-client==0.3.13 | ||
ovinc-client==0.3.14 | ||
|
||
# Celery | ||
celery==5.4.0 | ||
|
||
|
||
# Async | ||
asgiref==3.8.1 | ||
channels[daphne]==4.1.0 | ||
channels_redis==4.2.0 | ||
channels[daphne]==4.2.0 | ||
channels_redis==4.2.1 | ||
|
||
# Server | ||
gunicorn==22.0.0 | ||
gunicorn==23.0.0 | ||
uvicorn-worker==0.2.0 | ||
uvicorn==0.30.1 | ||
websockets==12.0 | ||
uvicorn==0.34.0 | ||
|
||
# Datetime | ||
arrow==1.2.3 | ||
arrow==1.3.0 | ||
|
||
# RSA | ||
pycryptodome==3.20.0 | ||
|
||
# OpenAI | ||
openai==1.56.1 | ||
tiktoken==0.8.0 | ||
pillow==10.3.0 | ||
pycryptodome==3.21.0 | ||
|
||
# Gemini | ||
google-generativeai==0.3.2 | ||
google_api_core==2.15.0 | ||
google-ai-generativelanguage==0.4.0 | ||
# tcloud | ||
tencentcloud-sdk-python==3.0.1282 | ||
|
||
# Hunyuan | ||
tencentcloud-sdk-python==3.0.1279 | ||
# OpenAI | ||
openai==1.57.4 | ||
|
||
# COS | ||
cos-python-sdk-v5==1.9.29 | ||
qcloud-python-sts==3.1.5 | ||
qcloud-python-sts==3.1.6 | ||
|
||
# qrcode | ||
qrcode==7.4.2 | ||
qrcode==8.0.0 | ||
|
||
# claude | ||
anthropic==0.40.0 | ||
|
||
# websocket | ||
websockets==14.1 |