This commit is contained in:
2025-08-25 09:11:35 +08:00
parent f8f7d3cfe8
commit 02fc426f0c
3 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
https://www.bilibili.com/cheese/play/ep660963

Binary file not shown.

View File

@@ -140,7 +140,8 @@ async def translate_to_ggb(natural_language_cmd):
# 使用异步流式调用
completion = await client.chat.completions.create(
model="deepseek-r1-0528",
#model="deepseek-r1-0528",
model="Moonshot-Kimi-K2-Instruct",
messages=[{"role": "user", "content": custom_prompt}],
stream=True
)