'commit'
This commit is contained in:
1
dsLightRag/Algodoo/Doc/学习进度.txt
Normal file
1
dsLightRag/Algodoo/Doc/学习进度.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.bilibili.com/cheese/play/ep660963
|
BIN
dsLightRag/Doc/AI教育平台建设思路.docx
Normal file
BIN
dsLightRag/Doc/AI教育平台建设思路.docx
Normal file
Binary file not shown.
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user