mirror of https://github.com/openclaw/openclaw.git
refactor: use provider config type from split secret helper
This commit is contained in:
parent
6c9126ec19
commit
dc8486f5e6
|
|
@ -1,5 +1,5 @@
|
|||
import { isNonSecretApiKeyMarker } from "./model-auth-markers.js";
|
||||
import type { ProviderConfig } from "./models-config.providers.js";
|
||||
import type { ProviderConfig } from "./models-config.providers.secrets.js";
|
||||
|
||||
export type ExistingProviderConfig = ProviderConfig & {
|
||||
apiKey?: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue