CodeGeeX2 icon indicating copy to clipboard operation
CodeGeeX2 copied to clipboard

CodeGeeX2: A More Powerful Multilingual Code Generation Model

Results 100 CodeGeeX2 issues
Sort by recently updated
recently updated
newest added

Mac vscode 无法登录,浏览器完成登录后,vscode里还是提示要登录。我看这个问题老早有了,为什么还没解决

Failed to initiate the CodeGeeX login process. Please try again.

I think I should have context options so that the model recommends better code and understands much better what you want to do``

![image](https://github.com/THUDM/CodeGeeX2/assets/17959236/ff2e27b3-daeb-4c67-b9f3-757ec6112b31) 如图,设置里面没有设置 接受建议的快捷键 默认使用Tab 我现在有很多插件 还有Resharper 所以 默认tab键和代码补全有冲突 现在几乎无法使用建议,所以需要有单独设置快捷键的功能

这个问题回答是空的 prompt = "// language: Java\n //Write a class with fields for name, ID, age, address, and company\n" ```python from transformers import AutoTokenizer, AutoModel model_path="/home/ubuntu/model_test/THUDM/codegeex2-6b" tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True) model...

我有使用VSCode+SSH去连接其他主机。但连接后本插件并未直接工作,而是提示如下: > 此扩展在此工作区中被禁用,因为其被定义为在远程扩展主机中运行。请在 'XXXXX' 中安装扩展以进行启用。 由于我的被控端是IoT设备,性能较弱,能否让本插件无需在远程主机中安装而直接工作?

idea版本是2023.1.5 ,是win7 支持的最高版本idea。已经登录成功,但是对话界面就是打不开

目前在自动生成“Commit Message”时,仅能生成中文语言的“Commit Message”。 希望能增加一个英文语言的选项。 ![image](https://github.com/THUDM/CodeGeeX2/assets/57057288/28ec98c0-142f-4ec8-8a89-b00b9f5f66a1)

rider 中if中的自动补全按tab不会选择提示的补全, 而是会跳到下一行开始写if里面的内容, 是先输入if然后按tab选择rider给出的代码补全后出现的这个情况 ![image](https://github.com/THUDM/CodeGeeX2/assets/65219653/9cdd3624-0d63-412b-b45c-8fd8e5cf4fdb) 而且好像选择了提示的补全, 大括号也是对不上的