update model without structure output

This commit is contained in:
Xin Wang
2026-03-31 08:49:32 +08:00
parent 00ef163767
commit 2219d82eb6
8 changed files with 89 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ export const WelcomeScreen: React.FC<WelcomeScreenProps> = ({
/>
</div>
<p className="text-xs text-neutral-500">
Powered by GLM-4.5-Air, Tavily, and LangChain LangGraph.
Powered by GLM-4.7, Tavily, and LangChain LangGraph.
</p>
</div>
);