File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package.json" ,
33 "name" : " @jeffreycao/copilot-api" ,
4- "version" : " 1.7.0 " ,
4+ "version" : " 1.7.1 " ,
55 "description" : " Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code Or Codex Or Opencode!" ,
66 "keywords" : [
77 " proxy" ,
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ const defaultConfig: AppConfig = {
8787 "gpt-5.3-codex" : gpt5CommentaryPrompt ,
8888 "gpt-5.4-mini" : gpt5CommentaryPrompt ,
8989 "gpt-5.4" : gpt5CommentaryPrompt ,
90+ "gpt-5.5" : gpt5CommentaryPrompt ,
9091 } ,
9192 smallModel : "gpt-5-mini" ,
9293 responsesApiContextManagementModels : [ ] ,
@@ -95,6 +96,7 @@ const defaultConfig: AppConfig = {
9596 "gpt-5.3-codex" : "xhigh" ,
9697 "gpt-5.4-mini" : "xhigh" ,
9798 "gpt-5.4" : "xhigh" ,
99+ "gpt-5.5" : "xhigh" ,
98100 } ,
99101 useFunctionApplyPatch : true ,
100102 useMessagesApi : true ,
You can’t perform that action at this time.
0 commit comments