fix: multiple model configuration clear conversation by rerender (#2286)

This commit is contained in:
zxhlyh
2024-01-30 16:06:01 +08:00
committed by GitHub
parent 6f7fd6613a
commit 68406b9906
22 changed files with 816 additions and 712 deletions

View File

@@ -96,7 +96,7 @@ type IDebugConfiguration = {
hasSetContextVar: boolean
isShowVisionConfig: boolean
visionConfig: VisionSettings
setVisionConfig: (visionConfig: VisionSettings) => void
setVisionConfig: (visionConfig: VisionSettings, noNotice?: boolean) => void
}
const DebugConfigurationContext = createContext<IDebugConfiguration>({