mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: broken cn chars
This commit is contained in:
parent
43f3ac115b
commit
e3b17a93b5
@ -49,7 +49,7 @@ export async function fixMarkdown(
|
||||
trackers?.actionTracker.trackThink('final_answer', schema.languageCode)
|
||||
|
||||
const result = await generateText({
|
||||
model: getModel('fallback'),
|
||||
model: getModel('evaluator'),
|
||||
system: prompt.system,
|
||||
prompt: prompt.user,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user