|
4 | 4 | "displayName": "ChatGPT Copilot", |
5 | 5 | "icon": "images/ai-logo.png", |
6 | 6 | "description": "An VS Code ChatGPT Copilot Extension", |
7 | | - "version": "4.10.4", |
| 7 | + "version": "4.11.0", |
8 | 8 | "aiKey": "", |
9 | 9 | "repository": { |
10 | 10 | "url": "https://github.com/feiskyer/chatgpt-copilot" |
|
655 | 655 | "description": "Automatically add current file to chat context when switching files", |
656 | 656 | "order": 122 |
657 | 657 | }, |
658 | | - "chatgpt.gpt3.reasoning.provider": { |
659 | | - "type": "string", |
660 | | - "markdownDescription": "[Reasoning Model] AI Provider.", |
661 | | - "enum": [ |
662 | | - "Auto", |
663 | | - "OpenAI", |
664 | | - "Ollama", |
665 | | - "Azure", |
666 | | - "AzureAI", |
667 | | - "Google", |
668 | | - "DeepSeek", |
669 | | - "Groq", |
670 | | - "OpenRouter" |
671 | | - ], |
672 | | - "markdownEnumDescriptions": [ |
673 | | - "Auto - Infer provider from model", |
674 | | - "OpenAI - OpenAI and OpenAI-compatible providers", |
675 | | - "Ollama - Ollama local provider", |
676 | | - "Azure - Azure OpenAI AI", |
677 | | - "AzureAI - Azure AI (non-OpenAI models)", |
678 | | - "Google - Google Generative AI", |
679 | | - "DeepSeek", |
680 | | - "Groq", |
681 | | - "OpenRouter" |
682 | | - ], |
683 | | - "default": "Auto", |
684 | | - "order": 150 |
685 | | - }, |
686 | | - "chatgpt.gpt3.reasoning.apiKey": { |
687 | | - "type": "string", |
688 | | - "markdownDescription": "[Reasoning Model] API Key.", |
689 | | - "order": 151 |
690 | | - }, |
691 | | - "chatgpt.gpt3.reasoning.apiBaseUrl": { |
692 | | - "type": "string", |
693 | | - "default": "https://api.openai.com/v1", |
694 | | - "markdownDescription": "[Reasoning Model] API Base URL.", |
695 | | - "order": 152 |
696 | | - }, |
697 | | - "chatgpt.gpt3.reasoning.organization": { |
698 | | - "type": "string", |
699 | | - "markdownDescription": "[Reasoning Model] Organization (OpenAI only).", |
700 | | - "order": 153 |
701 | | - }, |
702 | | - "chatgpt.gpt3.reasoning.model": { |
703 | | - "type": "string", |
704 | | - "default": "", |
705 | | - "markdownDescription": "[Reasoning Model] Model to use for reasoning.", |
706 | | - "order": 154 |
707 | | - }, |
708 | 658 | "chatgpt.gpt3.maxSteps": { |
709 | 659 | "type": "number", |
710 | 660 | "default": 15, |
|
0 commit comments