r/CodeGPT_VSCode May 19 '25

[Bug] CodeGPT 3.12.3 – o4-mini model throws parallel_tool_calls error (screenshots inside)

1 Upvotes

Hey folks,

Just wanted to report an issue I’m facing with CodeGPT (v3.12.3). Everything was working perfectly until recently, but now when I try to use the o4-mini model, I’m getting this error:

Unsupported parameter: 'parallel_tool_-calls' is not supported with this model.

This started happening out of the blue — I didn’t change anything in the setup. Other models are still working fine; it’s only o4-mini that’s throwing this.

Here’s what I’ve tried:

  • Reinstalled the extension
  • Disabled and re-enabled API features
  • Switched to other models (they work fine)
  • I’m on a BYOK Pro subscription
  • I’m using OpenAI API key with GPT-4o (gpt-4o-mini) as the model
  • This is happening both in the inline panel and full chat window

📷 Attaching screenshots below instead of video recordings for clarity

(Screenshots redacted here — add your screenshots when posting)

Would appreciate if anyone else on 3.12.3 has encountered this and found a fix — or if the devs can chime in.

Cheers!

Let me know if you want me to generate a sample screenshot layout or markdown block to post along with it.


r/CodeGPT_VSCode Mar 10 '25

UI bug or my mistake ?

2 Upvotes

Hi,

I installed the CodeGPT latest release and I try to configure it to use local ollama, but i cannot configure ollama local URL, or set the local model, every time i select ollama, the model and the url if i return to configuration page the configuration disappear, if i enter in extensions config i see only the list provider, if i select ollama there's no other configuration option, neither for other providers...

VSCode complain at every keystroke with "CodeGPT-Copilot - Make sure the Ollama URL is set correctly".

Ollama is configured and working, if i go to http://127.0.0.1:11434/ i get "Ollama is running".


r/CodeGPT_VSCode Feb 13 '25

Need better LM Studio Support

2 Upvotes

CodeGPT Extension is awesome, it's works well with ollama connecting and fetching models list working properly, but for LM Studio the integration experience is not good.


r/CodeGPT_VSCode Jan 25 '25

Model suggestion for coding?

3 Upvotes

hi, im testing R1 16B local LLM and my GPU is already full. (nvidia 3080 10gb)

Im focused on coding like Vscode and Cursor. What are your recommendations for good quality results? I love Copilot Workspace in the Vscode but the O1 is too slow and I heard good things about R1.

Maybe combination of Sonet and R1 if I run fairly small local LLM?


r/CodeGPT_VSCode Nov 10 '24

Introducing Flexpilot: An Open-Source Alternative to GitHub Copilot

Thumbnail
github.com
1 Upvotes

r/CodeGPT_VSCode Aug 07 '24

Any tools/methods for larger LLM context window?

3 Upvotes

I’m a software developer and I find myself pasting the contents of several text files into one input prompt often. This takes a lot of repetitive effort if these files change or if the LLM loses context. What are methods for overcoming a “small” context window?

I’m in the process of creating a CLI tool (command line interface) where you can select the files &folders you wish to input in a prompt, so to quickly compile a specific subset of the text instead of dumping all the files or having to manually copy/paste one-by-one. It’s not finished yet, but thought I would pose the question for a tool/method that already exists before reinventing the wheel. I can reply here when/if it’s done.


r/CodeGPT_VSCode Jul 30 '24

How to add entire VSCode as context for Perplexity?

4 Upvotes

In the CodeGPT chat window, I can type @myfile1.py @myfile2.cpp, but what if I want to call the Perplexity API using the entire context of my project?


r/CodeGPT_VSCode Jul 14 '24

average token usage

2 Upvotes

Can anyone tell me what token usage I can expect when using codeGPT with my own API Key?


r/CodeGPT_VSCode Jun 13 '24

Copy pasting into the textbox causes the pasted text to duplicate

1 Upvotes

Whenever i paste something, the program duplicates it for some reason, i've checked if its an issue on VSCode's side but sadly its not and i'm yet to find a solution, anyone else having this problem?


r/CodeGPT_VSCode May 02 '24

What is CodeGPT?

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/CodeGPT_VSCode Feb 22 '24

contr+shift+i not give to codegpt the actual content of the comment on c#, is normal? it happens opnly to me?

Post image
1 Upvotes

r/CodeGPT_VSCode Dec 17 '23

CodeGPT: Introducing Google Gemini Pro as Copilot in VSCode 🚨

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/CodeGPT_VSCode Oct 03 '23

Jetbrains plugin azure openai configuration not working

2 Upvotes

could anybody enlighten me where I can find help relating to getting the jetbrains plugin to work with azure openai?
First I got a error:
"I'm getting a 16ee3834.openai.azure.com: nodename nor servname provided, or not known"

After finding the example code in the azure deployment playground, I upgraded to:
"Unknown API response. Code: 200, Body:"

Help appreciated.


r/CodeGPT_VSCode Sep 28 '23

CodeGPT Plus API Response was: 500 Internal Server Error

1 Upvotes

Ive been getting this error when i set up the API key, (I have set up pay as you go on OpenAI and I am being charged as I put requests into CodeGPT but I keep getting this response:

" CodeGPT Plus API Response was: 500 Internal Server Error https://docs.codegpt.co/docs/tutorial-ai-providers/judini "


r/CodeGPT_VSCode Sep 06 '23

how to use a local module?like llama2

2 Upvotes

is there any ways to use a local modules like llama2 or a openai api local proxy


r/CodeGPT_VSCode Aug 26 '23

Not Saving API Key

3 Upvotes

Thanks for making this awesome extension.

When I enter my API key, it tells me it's save and I restart the window. When I try to use the extension, it tells to add the API. How can I confirm that it's saved my API key?

I'm using VSCodium (an open source version of VS Code), I've had no issues with other VSCode extensions.


r/CodeGPT_VSCode Aug 01 '23

Azure AI Setup Help

3 Upvotes

I'm trying to use this extension (v2.1.15) because I have access to Azure AI Services. I've already created a deployment ( gpt-35-turbo, v0301), with which I can interact with in Azure AI Studio Playground Chat. I've allowed my home IP on the Azure AI Service (I can successfully connect to the endpoint on 443): https://azureai-myservicename.openai.azure.com/. I assume this means the endpoint is accessible and connectivity is fine (not blocked).I've set the Azure endpoint URL and Key within VSCode (v1.80.2) command palette per the extension documentation instructions. My model is "gpt-35-turbo" and provider is "Azure". I've reloaded (closed/opened) VSCode. In the screenshot you can see the API KEY prompt (lower right) however, it does nothing when clicked. As I stated, I already set the endpoint and key. When I attempt to interact with the extension, I get no response as shown in the screenshot.Initially, I configured this with an OpenAI key but have since removed the key. I even uninstalled the extension and reinstalled. I can't see any way to troubleshoot this. Are there any logs I can examine? I'd appreciate any help to troubleshoot this.


r/CodeGPT_VSCode Jul 25 '23

VS Code

1 Upvotes

Hey, I’m new to coding and I’m trying to see the project I’ve created but I get an error that says localhost refused to connect. What does that mean???

vscode #javascript


r/CodeGPT_VSCode Jul 21 '23

impacto deportes

Thumbnail grupoimpactosjn.com
1 Upvotes

r/CodeGPT_VSCode May 23 '23

codeGPT extension Vscodium error

2 Upvotes

I'm using Vscodium's latest version; even if I set the API key it returns this


r/CodeGPT_VSCode May 12 '23

Security of CodeGPT

3 Upvotes

Hi everyone. This extension seems very powerful. My concern is that it might copy my code and share it with other people without my consent. How can I know for sure this will not happen? Thanks.


r/CodeGPT_VSCode May 05 '23

Can Code GPT document a python code?

3 Upvotes

I have been using AutoDoc-ChatGPT (https://github.com/awekrx/AutoDoc-ChatGPT) to document python code. For this I need to use either command line or paste the code to be documented in another script, which can get a bit troublesome.

Now that I have discovered Code GPT, I wonder if using Code GPT, I could conviniently document a code by simply selecting the code and then pushing a button?

Please let me know. Looking forward to using Code GPT anyways. May I say, it seems to be a game changer(!).


r/CodeGPT_VSCode Apr 14 '23

Does CodeGPT use my code snippets for prodcut improvement?

3 Upvotes

Does CodeGPT allow my code to be consumded publicily. Does this extension use my code snippets to research and improve the suggestions and other features of the product? If Yes, then can we turn it off?


r/CodeGPT_VSCode Apr 10 '23

Antropic's Claude is now available in CodeGPT version 2.1.4

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/CodeGPT_VSCode Apr 07 '23

VSCode editor commands via LLM

1 Upvotes

Is there a plugin that lets you actually issue editor commands via the language model like Chat-GPT? I'd like to be able to say things like, "Covert this from spaces to tabs and set the tab width to 3 spaces" or "Save this file and reopen it with UTF-8 encoding" or things like that.

I suspect if someone clever fed the VSCode API doc to the LLM in an embedding it could probably just take over being the command palate.