CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free

Results 76 CodeGPT issues
Sort by recently updated
recently updated
newest added

### Describe the need of your request LibreChat ties multiple LLM-Services together, does User Authentication and provides means to rate-limit users. Through its web interface it can also provide access...

enhancement

Basically when ChatGPT writes a code segment and it tries to use escape characters in it, e.g. for a RegEx, it get lost while the API response is rendered. An...

### What happened? Saw this in idea.log, think during startup. ### Relevant log output or stack trace ```shell 024-02-19 13:27:11,733 [ 28607] WARN - #c.i.o.a.AnAction - ShortcutSet of global AnActions...

bug

### What happened? I'm not sure what I'm doing wrong, but it doesn't matter what my pending changes/diff looks like. When I try to generate a commit message with codegpt...

bug

### What happened? Basically title. Enabled telemetry, found this stacktrace in the logs. Not sure if this is telemetry failing to be enabled or if it's fine ### Relevant log...

bug

### What happened? PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ### Relevant log output or stack trace _No response_ ### Steps to reproduce...

bug

To make the prompts more contextually aware and relevant, it would be beneficial to enable project-level settings that inject vital information about the project into the GPT model. For instance,...

enhancement

### Describe the need of your request I have pretty much installed and experimented with most models, some consume significant amount of memory. I wont be surprised if i have...

enhancement

### What happened? Hello, the generated .md file does not have all the response from the original response. ![image](https://github.com/carlrobertoh/CodeGPT/assets/2908209/09f88d6f-d797-437d-92f8-b47cd696cc22) I'm using this because of #225 ### Relevant log output or...

bug

It would be very useful if this plugin allowed finetuning a chatgpt model on document embeddings of the files in the current project/codebase. One tool that does this already is...

enhancement