unit-gen icon indicating copy to clipboard operation
unit-gen copied to clipboard

UnitGen 是一个用于生成微调代码的数据框架 —— 直接从你的代码库中生成微调数据:代码补全、测试生成、文档生成等。UnitGen is a code fine-tuning data framework that generates data from your existing codebase...

Results 3 unit-gen issues
Sort by recently updated
recently updated
newest added

在Java API example里面使用了SimpleCodePicker这个类,但是我们在项目里面并没有找到这个类,请看一下这个问题如何处理? ![image](https://github.com/unit-mesh/unit-gen/assets/166463439/6ac3f7d5-c026-4f3e-9256-2f565fc449b3)

In current design, we use `toInstruction` to convert different `TypedIns` to `Instruction`, it's not working for IDE tools out AutoDev ```kotlin interface TypedIns { val type: InstructionBuilderType /** * Build...