fauxpilot / fauxpilot

FauxPilot - an open-source alternative to GitHub Copilot server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can fauxpilot remember the coding style of me when I restart the server?

xinlnix opened this issue · comments

Code models like the one used by FauxPilot (CodeGen) don't have any memory, but it will still pick up your coding style because the input to the model contains a snippet of the code you've written so far as a "prompt", and the models are very good at picking up on what your code style is from that context.