Fixed LLM chat function

This commit is contained in:
2026-02-19 14:47:17 +00:00
parent 3ae4abeb9f
commit b13252be71
6 changed files with 1395 additions and 83 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ export interface ChatMessage {
content: string
}
export const LLM_MODEL = 'z-ai/glm-5'
export const LLM_DISPLAY_NAME = 'GLM-5'
export const LLM_MODEL = 'google/gemini-3-flash-preview'
export const LLM_DISPLAY_NAME = 'Gemini 3 Flash'
export function isLLMAvailable(): boolean {
return true