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 Is it possible to connect AWS Bedrock LLM Models? ### Proposed solution Add AWS Bedrock configuration to config list ### Additional context _No...

enhancement

### What happened? I installed the CodeGPT plugin in Pycharm, and after filling in my GPT API, it keeps showing the error "Failed to connect to api.openai.com/31.13.94.49:443", can it be...

bug

### What happened? curl http://localhost:11434/api/generate -d '{ "model": "llama2", "prompt": "Why is the sky blue?" }' Response A stream of JSON objects is returned: { "model": "llama2", "created_at": "2023-08-04T08:52:19.385406455-07:00", "response":...

bug

### What happened? In Pycharm 2023.3.4 i get an error message for every key i press when writing code. ![msg-too-short](https://github.com/carlrobertoh/CodeGPT/assets/65492678/87e4add1-c657-4494-b0ff-2f1e37bbb4ea) here are the configs i use: ![completion](https://github.com/carlrobertoh/CodeGPT/assets/65492678/31862bb5-5d69-4f25-9574-809029edc1c1) Any idea? ###...

bug

### Describe the need of your request Is it possible to support old IntelliJ Idea 2021.3 in new builds? Due to corporate bureaucracy I have to use old license and...

enhancement

### What happened? Clicking the "generate message" button causes the IDEA commit panel to freeze directly. However, the chat function can be used normally. Currently, IDEA is using version 2023.3.3,...

bug

### Describe the need of your request similar to the dropdown option for GPT models, add a drop down to choose between the version of Claude 3 ### Proposed solution...

enhancement

### What happened? Hi, LM Studio, with a locally running model, is working by using OpenAI with a Preset of Ollama or Lama Cpp and changing the port to the...

bug

### Describe the need of your request _No response_ ### Proposed solution _No response_ ### Additional context https://llama.meta.com/llama3/ https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md

enhancement

### What happened? CodeGPT seems unable to show completions at the beginning of a line. Below is a Python file in PyCharm 2024.1 (Professional Edition). When the cursor is at...

bug