Open
Description
Not for the MVP, but soon we should set up a pipeline with Actions.
- Testing. We probably need to mock the language models in
server.completion.__init__
as I doubt GitHub's Actions server has a GPU. Also needed so others not on the deployment environment can run the (remainder of) the test suite. - Formatting. I don't adhere to any python styles but maybe others are used to them. The most I'm willing to compromise is having an automatic formatter.