Skip to content

Releases: ItzCrazyKns/Perplexica

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

v1.3.1

04 May 09:36
f8fd2a6
Compare
Choose a tag to compare

v1.3.1

Fixes

  • CORS error due Content-Type header not being sent in HTTP requests

v1.3.0

04 May 05:34
4bf69df
Compare
Choose a tag to compare

v1.3.0

Fixes

  • Speak action won't run for message without sources
  • Message actions for all the messages disappears when last message is loading

Changes

  • Add support for custom OpenAI endpoints.
  • Separate embedding model providers from chat model providers.

v1.2.1

03 May 15:47
79f6a52
Compare
Choose a tag to compare

v1.2.1

Fixes

  • Module not found: react-text-to-speech

v1.2.0

03 May 12:57
c87c2b2
Compare
Choose a tag to compare

Release v1.2.0

Changes

  • Add option to hear what Perplexica has found

Full Changelog: v1.1.0...v1.2.0

v1.1.0

02 May 06:46
f618b71
Compare
Choose a tag to compare

v1.1.0

Changes

  • Add support for Groq models
  • Load chat model from request body and WS params
  • Save model name in localStorage instead of config

Full Changelog: v1.0.0...v1.1.0