Releases: silvanmelchior/IncognitoPilot
Releases · silvanmelchior/IncognitoPilot
2.1.0
2.1.0 Beta 1
Pre-release of the upcoming 2.0.0 incognito pilot release.
2.0.2
This release fixes a bug which prevented the correct working with Azure OpenAI services.
2.0.1
This release improves security by better protecting the websockets for the LLM and interpreter services.
2.0.0
New release with many exciting updates 🎉!
Llama 2 Support
We added support for Llama 2, so you can run Incognito Pilot fully locally. For now, there are two ways of using it:
- Using a cloud API from replicate.
While you don't have the advantage of a fully local setup here, you can try out the 70B model in a quick way without owning powerful hardware. - Using Hugging Face's Text Generation Inference container,
which allows you to run llama 2 locally with a simpledocker run
command.
Further Improvements
- GPT models now also usable via Azure
- Streaming responses from LLMs
- Syntax highlighting in the code preview
- Reject code execution or results
2.0.0 Beta 2
Pre-release of the upcoming 2.0.0 incognito pilot release.
2.0.0 Beta 1
Pre-release of the upcoming 2.0.0 incognito pilot release.
1.0.0
First official release of Incognito Pilot 🎉
1.0.0 Beta 1
Pre-release of the upcoming 1.0.0 incognito pilot release, containing nearly all functionality, but missing most of the documentation