Code for fun, make things happen.
Now working for a Fintech company in front-end development.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseBundle size reduction. Also faster execution - clsx performance benchmarks.
这个 issue 旨在探讨指导 model 作为翻译引擎的最佳实践
以下是我的一点点想法,欢迎讨论。
现在的相关实现如下:
if (isChatGPTModel) { body.messages = [ { role: "system", content: prompt }, { role: …