Metadata-Version: 2.1
Name: eevee-chat
Version: 0.0.2.post1
Summary: A single chat interface for multiple LLMs
Home-page: http://shakedzy.xyz/eevee-chat
Download-URL: https://pypi.org/project/eevee-chat/
Author: Shaked Zychlinski
Author-email: shakedzy@gmail.com
License: CC BY-NC 4.0
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

![banner](https://shakedzy.xyz/eevee-chat/images/wide_banner.png)

# Eevee Chat

[![PyPI Version](https://img.shields.io/pypi/v/eevee-chat?style=for-the-badge)](https://pypi.org/project/eevee-chat/)
[![Python Version](https://img.shields.io/pypi/pyversions/eevee-chat.svg?style=for-the-badge)](https://pypi.org/project/eevee-chat/)
[![License](https://img.shields.io/badge/License-CC%20BY--NC%204.0-green?style=for-the-badge)](https://creativecommons.org/licenses/by-nc/4.0/)


Eevee Chat is a unified chat UI for all LLM frameworks. It allows you to use GPT, Claude and many others from the same window, and switch between them even in the middle of a conversation.

Using Eevee is simple and intuitive. LLMs are connected to the web (supporting LLMs only) with either Google Search or DuckDuckGo, and so it suppose to mimic working with the official web apps.

Eevee can also be configured to support custom frameworks and tools easily. See the docs for more information.

## Installation
Install Eevee Chat from PyPi:
```bash
pip install eevee-chat
```

## Frameworks Setup
Eevee uses the API keys to communicate with the different frameworks. Set the required API keys as environment variables (i.e. `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, etc), or see docs for more options to set your API keys.

## Running
Once installed, simply run:
```bash
eevee
```
Eevee Chat will automatically launch on `127.0.0.1:4242` by default.

## 🎯 Roadmap

- [ ] Code interpreter
- [x] DeepSeek integration
- [ ] Google Gemini integration
- [ ] Add files as text
- [ ] Add images to multi-modal models
 
