aiXcoder-7B icon indicating copy to clipboard operation
aiXcoder-7B copied to clipboard

利用模型做CodeReview的prompt应该如何编写?

Open smartlyd opened this issue 1 year ago • 0 comments

例如有一段diff代码 const getTitle = () => { let a = 30 let b = 0 let c = a / b return c } prompt应该如何实现呢?使用input_wrapper与不使用是否有区别?

smartlyd avatar May 09 '24 03:05 smartlyd