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

Bumps [io.github.bonede:tree-sitter-html](https://github.com/bonede/tree-sitter-ng) from 0.20.2 to 0.20.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.bonede:tree-sitter-html&package-manager=gradle&previous-version=0.20.2&new-version=0.20.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [io.github.bonede:tree-sitter-elixir](https://github.com/bonede/tree-sitter-ng) from 0.1.1 to 0.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.bonede:tree-sitter-elixir&package-manager=gradle&previous-version=0.1.1&new-version=0.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

### What happened? Calculating task graph as no cached configuration is available for tasks: runIde > Task :buildSrc:compileKotlin FAILED FAILURE: Build failed with an exception. * What went wrong: Execution...

bug

### Describe the need of your request We can attach images and documents in the chat window to pass along to models, but if I just downloaded an image for...

enhancement

### Describe the need of your request I'm using the plugin with a local openai compatible provider and do not want any of my code or code parts to be...

enhancement

I suggest streamlining all `actionPerformed`: * Send Telemetry if nothing happened? * Show dialog if action is not possible? * Throw NPE with `requireNonNull()` or handle null accordingly?

When selecting the code, an error occurs when opening the chat window. but V2.6.0 does not have this issue. Relevant log output or stack trace ```shell java.lang.AssertionError: Wrong line separators:...

bug

This PR closes #549 Adds new text input field for setting additional environment variables for the LlamaCPP server to enable setting e.g. [CUDA variables](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars) ![image](https://github.com/carlrobertoh/CodeGPT/assets/39240633/0034e14a-1713-4348-b6a0-7a6fcc3a36e2)

### Describe the need of your request Currently, the project does not provide a way to limit the number of GPUs or control the GPU resources allocated to the application....

enhancement

The new Open Source model DBRX sounds amazing, is this enough and correct to integrate it into Llama? https://github.com/ggerganov/llama.cpp/pull/6515 https://huggingface.co/collections/phymbert/dbrx-16x12b-instruct-gguf-6619a7a4b7c50831dd33c7c8 https://www.databricks.com/blog/announcing-dbrx-new-standard-efficient-open-source-customizable-llms https://github.com/databricks/dbrx https://huggingface.co/collections/databricks/ llama.cpp seems to support splitted/sharded files, but...