mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
fix: refine bedrock discovery defaults (#1543) (thanks @fal3)
This commit is contained in:
@@ -48,6 +48,8 @@ export type BedrockDiscoveryConfig = {
|
||||
region?: string;
|
||||
providerFilter?: string[];
|
||||
refreshInterval?: number;
|
||||
defaultContextWindow?: number;
|
||||
defaultMaxTokens?: number;
|
||||
};
|
||||
|
||||
export type ModelsConfig = {
|
||||
|
||||
Reference in New Issue
Block a user