Skip to content

Releases: ItzCrazyKns/Perplexica

v1.8.0

20 Jul 04:01
c0b3a40
Compare
Choose a tag to compare

What's new

  • Added support for GPT-4 Omni mini
  • Added support for Anthropic models
  • Added Gemma2 9B
  • Separated all the providers in different files

Fixes

  • Fixes invalid provider issue
  • Fixes infinity loading & web socket connection errors
  • Fixes build errors; reverted base image back to node:slim

v1.7.1

03 Jul 15:23
8081898
Compare
Choose a tag to compare

What's changed?

  • Fixed Docker image build errors
  • Added chat not found screen
  • Added chat deletion functionality

v1.7.0

29 Jun 05:50
aeef03f
Compare
Choose a tag to compare

What's Changed

  • Implement WS error handling
  • Fix minor UI bugs
  • Add library feature
  • Add permanent data store
  • Removed unimplemented discover page

Full Changelog: v1.6.1...v1.7.0

v1.6.1

23 Jun 04:26
87cc86d
Compare
Choose a tag to compare

Changelogs

  • Fix build error due to invalid parameters

v1.6.0

02 Jun 08:55
476303f
Compare
Choose a tag to compare

What's Changed

  • Add restart policy in docker-compose.yaml
  • Fix: add extra_hosts to docker-compose.yaml to allow connection to Ollama
  • Adapt light mode

Full Changelog: v1.5.0...v1.6.0

v1.5.0

18 May 07:46
64ea4b4
Compare
Choose a tag to compare

v1.5.0 Release Notes

What's Changed

  • Bug Fixes

    • Fixed "list map element must specify a unique key" issue.
    • Corrected the baseURL storage key in the settings dialog.
    • Resolved suspense boundary errors in the chat window.
  • New Features

    • Introduced support for suggestions.
    • Added ListLineOutputParser.
    • Integrated GPT-4 Omni LLM.
    • Enabled support to bind the backend server on any address.
    • Added the "q" query parameter to enable use as a search engine.
  • Improvements

    • Updated the UI of the rewrite button.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 May 04:25
655fbec
Compare
Choose a tag to compare

v1.4.0

What's Changed

  • Use value instead of selected props in <select>.
  • Add support for local embedding models.
  • Use Debian based Node image for TransformerJS.
  • Remove expose directive in Docker compose file.

New Contributors

Full Changelog: v1.3.4...v1.4.0

v1.3.4

06 May 14:35
f88f179
Compare
Choose a tag to compare

v1.3.4

Changes

  • Added better error handling for WebSocket handlers.

Fixes

  • Model provider state having no values even if there are available models.

Full Changelog: v1.3.3...v1.3.4

v1.3.3

06 May 07:09
38b1995
Compare
Choose a tag to compare

v1.3.3

Fixes

  • Invalid provider, no models available and select not working / getting visible.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

05 May 11:06
9b088cd
Compare
Choose a tag to compare

v1.3.2

Fixes

  • Invalid provider when trying to load embedding models and chat models

Full Changelog: v1.3.1...v1.3.2