File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Anthropic } from "@anthropic-ai/sdk"
2- import { BetaThinkingConfigParam } from "@anthropic-ai/sdk/resources/beta/messages/index.mjs "
2+ import { BetaThinkingConfigParam } from "@anthropic-ai/sdk/resources/beta/messages"
33
44import { ApiConfiguration , ModelInfo , ApiHandlerOptions } from "../shared/api"
55import { ANTHROPIC_DEFAULT_MAX_TOKENS } from "./providers/constants"
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " es5 " ,
3+ "target" : " es2022 " ,
44 "lib" : [" dom" , " dom.iterable" , " esnext" ],
55 "allowJs" : true ,
66 "skipLibCheck" : true ,
1717 "jsx" : " react-jsx" ,
1818 "baseUrl" : " ." ,
1919 "paths" : {
20- "@/*" : [" ./src/*" ]
21- }
20+ "@/*" : [" ./src/*" ],
21+ "js-tiktoken/ranks/o200k_base" : [" ../node_modules/js-tiktoken/dist/ranks/o200k_base" ]
22+ },
23+ "useUnknownInCatchVariables" : false ,
24+ "downlevelIteration" : true
2225 },
23- "include" : [" src" , " ../src/shared" ]
26+ "include" : [" src" , " ../src/shared" ],
27+ "exclude" : [" node_modules" ]
2428}
You can’t perform that action at this time.
0 commit comments