Skip to content

v1.1.26

Compare
Choose a tag to compare
@rossdanlm rossdanlm released this 20 Feb 17:26

Changelog

(2024-02-20) Python Version 1.1.26, NPM Version 1.1.10

Last PR included in this release: #1264

Features

  • editor: Added support for modifying general prompt metadata, such as remember_chat_context, below model settings (#1205)
  • editor: Added logging events for share and download button clicks as well as any actions that edit the config (#1217, #1220)
  • extensions: Created conversational model parser to Hugging Face remote inference extension and added input model schema to editor client (#1229, #1230)

Bug Fixes / Tasks

  • editor: Updated ‘model’ value in model settings to clear when the model for a prompt (which can include general group of models such as Hugging Face Tasks which require the model field to specify a specific model name) is updated (#1245, #1257)
  • extensions: Set default model names for the Hugging Face remote inference model parsers for Summarization, Translation, Automatic Speech Recognition and Text-to-Speech tasks (#1246, #1221)
  • gradio-notebook: Fixed styles for checkboxes, markdown links, loading spinners and output lists, as well as general cleanup to buttons and input sizing (#1248, #1249, #1250, #1251, #1252, #1231)
  • python-sdk: Fixed dependency issue to no longer pin pydantic to 2.4.2 so that aiconfig-editor can be compatible with other libraries (#1225)

Documentation

  • [updated] Added new content to Gradio Notebooks documentation, including 5-mins tutorial video, local model support, more streamlined content format, and warnings for discovered issues with Gradio SDK version (#1247, #1234, #1243, #1238)