mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
✨ feat: support gemini 3.0 tools calling (#10301)
* fix error display * 完整支持 gemini 的 Function calling 机制 * add fetchsse * fix continue mode * improve * refactor * fix
This commit is contained in:
@@ -42,7 +42,6 @@ const nextConfig: NextConfig = {
|
||||
// so we need to disable it
|
||||
// refs: https://github.com/lobehub/lobe-chat/pull/7430
|
||||
serverMinification: false,
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
webVitalsAttribution: ['CLS', 'LCP'],
|
||||
webpackBuildWorker: true,
|
||||
webpackMemoryOptimizations: true,
|
||||
|
||||
Reference in New Issue
Block a user