t
All checks were successful
Deploy WebSocket Server / deploy (push) Successful in 18s

This commit is contained in:
jeremygan2021
2026-03-05 22:07:02 +08:00
parent 0774ba5c9e
commit e728cd1075

View File

@@ -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