CodeGeeX icon indicating copy to clipboard operation
CodeGeeX copied to clipboard

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

Results 127 CodeGeeX issues
Sort by recently updated
recently updated
newest added

如上图所示,一直卡在正在关闭项目,idea 和 pycharm 都是一样的,正常安装插件登录后点重启 pycharm 就可以复现,不知道卡在了哪里

![image](https://github.com/THUDM/CodeGeeX/assets/44160914/1ba13738-6029-4f14-bb42-cfa758336691) ![image](https://github.com/THUDM/CodeGeeX/assets/44160914/9281d413-5783-40c8-bae6-3ee3b4bfd30f)

IDEA更新完最新的2.1.0插件后会导致Maven用不了,IDEA版本是2022.1.4。 截图如下: 更新后:Maven视图直接找不到,在视图 --> 工具窗口中也找不到 ![image](https://github.com/THUDM/CodeGeeX/assets/92111662/b1cab535-ea49-44c6-9d39-8c0721684478) ![image](https://github.com/THUDM/CodeGeeX/assets/92111662/94c25bbd-eeaa-4693-a21b-22b550f07f36) 禁用后:Maven视图又回来了 ![image](https://github.com/THUDM/CodeGeeX/assets/92111662/5464af59-308b-4c59-8a2b-6c466bf4bf8a) ![image](https://github.com/THUDM/CodeGeeX/assets/92111662/f13cd9e0-5109-4220-b609-eb3ad7eae566) ![image](https://github.com/THUDM/CodeGeeX/assets/92111662/5b65a23b-7efa-4e56-91b8-6570573c3d93)

插件安装完成后已使用github进行了授权登录,也可以在github授权列表里找到CodeGeeX,但进行AI提问时仍提示要登录 ![Snipaste_2023-09-22_00-21-56](https://github.com/THUDM/CodeGeeX/assets/106943024/184b6a99-6457-4fbf-9c17-c80c4de7f3c7) ![Snipaste_2023-09-22_00-20-06](https://github.com/THUDM/CodeGeeX/assets/106943024/c0115291-7180-4184-adfa-6737fb646341)

IntelliJ IDEA Ask CodeGeex throw Current ENV doesn't support JCEF

Since the sample generated by LLMs in jsonl might not have the key 'prompt' (as described in https://github.com/THUDM/CodeGeeX/blob/main/codegeex/benchmark/README.md), it will ran into KeyError: 'prompt'.

Hi, In the dockerfile, the java JDK download url is not working anymore (I guess Oracle removed it) It should probably be replaced with this one: https://download.oracle.com/java/20/latest/jdk-20_linux-x64_bin.tar.gz

我输入的让codegeex解释的代码: ``` { // If we're going to stall the RHI thread for one query, we should stall it for all of them. // !(View.bIgnoreExistingQueries || bHZBOcclusion) is the code...

![rider64_1cx9jMifRq](https://github.com/THUDM/CodeGeeX/assets/19365678/6f749ec0-64b1-4abd-837d-0def774c8901) Explain Code功能默认语言是英文的,需要加一个全局的perferred language,让模型自动用perferred language回答? 谢谢