fix(openai-compatible) fix load model when change baseUrl

This commit is contained in:
sam hoang
2024-12-30 02:20:20 +07:00
parent 54040b067d
commit 7021b71776
3 changed files with 15 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ export interface WebviewMessage {
toolName?: string
alwaysAllow?: boolean
dataUrls?: string[]
values?: Record<string, any>
}
export type ClineAskResponse = "yesButtonClicked" | "noButtonClicked" | "messageResponse"