Moebel.de
aiRunner V 1.1.8.1 - 2024-12-04


Moebel.de aiRunner

The aiRunner is designed with two primary objectives in mind:

  1. Enable anyone to experiment with AI models by applying them to solve real-working-world problems.
  2. Empower users to seamlessly integrate these AI solutions through immediately available API endpoints.

Version Change Logs

Version 1.1.8.1 - December 04, 2024

OpenAI Communication Timeout Increased

  • Increased timeout in communications with OpenAI APIs from 120 seconds to 500 seconds.
Version 1.1.8 - October 16, 2024

Structured Outputs Added + Few Enhancements

  • Added support for strict structured outputs (JSON) for AI answers.
  • Added JSON parsing for AI answers and added a "Copy to Clipboard" button for all AI answer tests.
  • Added word and character count visualization in Runner tests section.
  • Added search functionality and sorting capability on the Runner overview page.
  • Discontinuation of GPT-3.5-Turbo
Version 1.1.7.1 - August 20, 2024

FIX: CSV File Encoding Issues

  • Certain encodings of uploaded csv files could cause problems when downloading the processed files, fixed.
  • Microsoft Excel now recognizes the downloaded utf-8 encoded csv files from aiRunner as such and displays special characters correctly.
Version 1.1.7 - August 8, 2024

OpenAI GPT-4o-mini Now Supported

  • The new GPT-4o-mini model from OpenAI is now supported.
  • GPT-4o-mini is almost 5 times cheaper than gpt-3.5-turbo (4.67x) and almost 27 times cheaper than GPT-4o (26.67x).
Version 1.1.6 - July 18, 2024

Runner Tests Are Now Persistent

  • When you create and save a new Runner, its associated tests will be saved with it.
  • For existing Runners, any changes made to their tests will be saved automatically whenever you finish editing a test field.
Version 1.1.5 - July 16, 2024

AI Answers Can Now Render HTML

  • A toggle has been added to the AI Answer section of the Runner tests, which can be set to Text (default) or HTML.
  • This can become handy if your Runner outputs HTML formatted text.
Version 1.1.4 - July 14, 2024

CSV File Handling Now Robust

  • The initial CSV file handling had problems with certain header column values that are now fixed.
  • Since the inner workings have changed significantly, all existing CSV files attached to runners had to be deleted.
Version 1.1.3 - June 30, 2024

Migration From SQLite to MySQL

  • To support scaling out load scenarios, the Runner microservice has been migrated to MySQL.