Skip to content

Releases: silvanmelchior/IncognitoPilot

2.1.0

26 Aug 11:53
7694dad
Compare
Choose a tag to compare

Enhanced Security

  • Endpoints now require authentication
  • Clickjacking prevented
  • Secure websockets, if https is used

2.1.0 Beta 1

26 Aug 11:30
d0fc0d2
Compare
Choose a tag to compare
2.1.0 Beta 1 Pre-release
Pre-release

Pre-release of the upcoming 2.0.0 incognito pilot release.

2.0.2

23 Aug 11:55
9cd674a
Compare
Choose a tag to compare

This release fixes a bug which prevented the correct working with Azure OpenAI services.

2.0.1

20 Aug 15:37
8f344bd
Compare
Choose a tag to compare

This release improves security by better protecting the websockets for the LLM and interpreter services.

2.0.0

17 Aug 06:56
4ce672b
Compare
Choose a tag to compare

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 simple docker 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

15 Aug 08:59
c858f6b
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release

Pre-release of the upcoming 2.0.0 incognito pilot release.

2.0.0 Beta 1

12 Aug 18:26
4da040c
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

Pre-release of the upcoming 2.0.0 incognito pilot release.

1.0.0

31 Jul 20:27
8859b34
Compare
Choose a tag to compare

First official release of Incognito Pilot 🎉

1.0.0 Beta 1

29 Jul 23:00
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

Pre-release of the upcoming 1.0.0 incognito pilot release, containing nearly all functionality, but missing most of the documentation