refactor: replace APIKey with HasAPIKey in AIConfig and related components
This commit is contained in:
@@ -1181,7 +1181,7 @@ export type AIConfig = {
|
||||
name: string
|
||||
provider: string
|
||||
baseUrl: string
|
||||
apiKey: string
|
||||
hasApiKey: boolean
|
||||
modelType: string
|
||||
modelName: string
|
||||
dimension: number
|
||||
|
||||
Reference in New Issue
Block a user