Update project files

This commit is contained in:
Xin Wang
2026-03-30 23:44:48 +08:00
parent e34e569de4
commit 00ef163767
11 changed files with 137 additions and 261 deletions

View File

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