Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
xinlnix opened this issue Aug 31, 2022 · 1 comment
Closed

Comments

@xinlnix
Copy link

xinlnix commented Aug 31, 2022

No description provided.

@moyix
Copy link
Collaborator

moyix commented Aug 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants