mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: broken cn chars
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user