Webber Takken
Webber Takken
**Context** Fine-tune comments placed by this app, based on feedback from end-users. Of course there's always something to improve, but the expectation is that people will find use cases that...
**Context** Depends on #23 (or in case of context tuning only, #20) **Suggested solution** - See what wins we can get by tuning the model and context. - Apply improvements...
**Context** Now that we have a proof of concept, it would be good to see how other models do compared to GPT. **Suggested solution** - Try out other models by...
**Context** GPT4 has reached [general availability](https://openai.com/blog/gpt-4-api-general-availability) on july 6th, 2023. It also states that the limits will become higher. **Suggested solution** Use GPT4 exclusively, with a fallback to GPT-3.5-Turbo in...
**Context** In order for an automatically generated comment to be useful, it needs to not be overwhelming. We do not want to be wasting peoples time by copy pasting a...
Might I suggest using a suffix for the output file name instead of a prefix? That way corrections are sorted after the original files for easy comparison.
Hi there 👋🏼 Thank you so much for the mod, it's very useful! Just reporting a case where it failed ### Example failure Given the following imports ```ts const [filePlugin]...
**Context** Right now `unity-builder` is using MacOS runners to install Unity Editor on the fly. The reason for it is that MacOS doesn't run from docker images. Or didn't... **Suggested...
## Context Corepack helps automatically selecting the tools that are specified by a project. For example, it takes `"packageManager": "[email protected]"` from `package.json`, to automatically not use yarn 1.22 but the...