Skip to content

Commit

Permalink
features
Browse files Browse the repository at this point in the history
  • Loading branch information
actualwitch committed Jan 27, 2025
1 parent 0bec7be commit fac8001
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<a href="docs/tool-debugging.md">Read more about tool debugging →</a>

## Architecture
Expand Down

0 comments on commit fac8001

Please sign in to comment.