Skip to content

Releases: svilupp/ProToPortal.jl

v0.4.1

14 Jul 10:24
Compare
Choose a tag to compare

ProToPortal v0.4.1

Diff since v0.4.0

v0.4.0

13 Jul 20:22
f0702da
Compare
Choose a tag to compare

ProToPortal v0.4.0

Diff since v0.3.0

Added

  • Added a launcher function launch to make it easier to launch the app.
  • Semantic caching enabled by SemanticCaches.jl. You can change it by setting cached=false in the launch() function.

Fixed

  • Fixed a bug when caching would error for certain types of HTTP body (eg, IOBuffer)

Commits

Merged pull requests:

v0.3.0

25 Jun 19:45
30605f7
Compare
Choose a tag to compare

Added

Chat tab

  • Added support for Groq's speech-to-text model for much lower latency

Prompt Builder tab

  • Added a "Detailed view" button to toggle between a compact view and a detailed view
  • Allow user to choose between different Prompt Generators (see the "Prompt Builder Settings" at the top)
  • Added an alternative template :PromptGeneratorUpsampler that generates a prompt template for chat without extensive examples (zero-shot prompt)

Configuration

  • Changed default OpenAI model to GPT-4 Omni
  • Improve grid layout and wider prompt textboxes

Updated

  • Increased PromptingTools compat to 0.33

Fixed

  • Fixed a piracy warning in Aqua
  • Improved subtle bugs in the Speech-to-text functionality on chat tab

v0.2.0

12 May 20:18
e30f96d
Compare
Choose a tag to compare

Added

Chat tab

  • Added delete icon to the last message in the conversation (for easy deletion)
  • Added a button in "Advanced Settings" to "Fork a conversation" (save to history for reference, but continue from a fresh copy)
  • Added a focus when a template is selected (on expand, on template selection, etc)
  • Added a little edit icon for messages (disables the q-popup-edit that was distracting and jumping out too often)
  • Added speech-to-text for the chat (click Record/Stop -> it will paste the text into the chat input and copy it in your clipboard)

Meta-prompting tab

  • Added an experimental meta-prompting experience based on arxiv. See the tab "Meta-Prompting" for more details.

Prompt Builder tab

  • Added a tab to generate "prompt templates" that you can then "Apply In Chat" (it jumps to the chat tab and provides template variables to fill in)
  • Allows selecting different models (eg, Opus or more powerful ones) and defining how many samples are provided to give you a choice

v0.1.0

28 Apr 16:06
9eb1834
Compare
Choose a tag to compare

First release