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