From fac800177486098ff9dd9d856853c45a88564a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelaide=20=E3=81=82=E3=81=A7=20Fisher?= Date: Mon, 27 Jan 2025 23:37:11 +0100 Subject: [PATCH] features --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 813218a..d34b3a3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ **Experiment** is a feature-rich chat interface for Large Language Models (LLMs) like Anthropic, OpenAI, and Mistral. It offers advanced debugging tools for prompt engineering and tool integration, allowing developers to visualize and manage tool interactions seamlessly. +## Features + +- Supports completion requests via Anthropic, OpenAI, and Mistral APIs. +- Advanced tool use debugging with JSON schema visualization. +- Import and explore previous completions from CSV files. +- Universal app: runs in both browser and as a self-contained binary. +- Free as in MIT: all code is open source and permissively licensed. +- Perfect for OLED: dark mode uses pure black for energy efficiency. +- No telemetry or tracking. +- Your data is yours: completions are saved to LocalStorage/File system. +- Securely store your tokens in 1Password (Binary version only). + Read more about tool debugging → ## Architecture