THUDM / CodeGeeX2

CodeGeeX2: A More Powerful Multilingual Code Generation Model
https://codegeex.cn
Apache License 2.0
7.6k stars 536 forks source link

How does CodeGeex2 compare with GPT-3.5 on multilingual code generation? #68

Open Symbolk opened 11 months ago

Symbolk commented 11 months ago

Hi, I noticed that the comparison in README does not contain the OpenAI models and Claude, since they all provide API and actually serves as the backend for Copilot, do you have the plan to add these numbers?

Stanislas0 commented 11 months ago

Hi, I noticed that the comparison in README does not contain the OpenAI models and Claude, since they all provide API and actually serves as the backend for Copilot, do you have the plan to add these numbers?

Yeah, it's possible to add them in the future. I imagine there is still a large gap between close-sourced and open-sourced models.

ishaan-jaff commented 11 months ago

Hi @Stanislas0 @Symbolk I'm the maintainer of liteLLM - https://github.com/BerriAI/litellm/ We allow you to call GPT-3.5 (and 50+ LLMs including Hugging face, Ollama (local llama2)) using OpenAI chatGPT inputs/outputs.

I'd love to help make an integration if this is useful for this issue !😊