This commit is contained in:
@@ -52,7 +52,7 @@ class ImageGenerator:
|
|||||||
# Currently using Qwen-Turbo for all providers for prompt optimization
|
# Currently using Qwen-Turbo for all providers for prompt optimization
|
||||||
# You can also decouple this if needed
|
# You can also decouple this if needed
|
||||||
response = Generation.call(
|
response = Generation.call(
|
||||||
model='qwen3.5-plus',
|
model='qwen-plus',
|
||||||
prompt=f'{system_prompt}\n\n用户语音识别结果:{asr_text}\n\n优化后的提示词:',
|
prompt=f'{system_prompt}\n\n用户语音识别结果:{asr_text}\n\n优化后的提示词:',
|
||||||
max_tokens=200,
|
max_tokens=200,
|
||||||
temperature=0.8
|
temperature=0.8
|
||||||
|
|||||||
Reference in New Issue
Block a user