fix: default low thinking for reasoning models
This commit is contained in:
@@ -52,6 +52,7 @@ export type GatewayModelChoice = {
|
||||
name: string;
|
||||
provider: string;
|
||||
contextWindow?: number;
|
||||
reasoning?: boolean;
|
||||
};
|
||||
|
||||
export class GatewayChatClient {
|
||||
|
||||
Reference in New Issue
Block a user