/bitten-apple

The prototype validation and presentation tools for LLM projects.

Primary LanguagePythonApache License 2.0Apache-2.0

Bitten Apple

Bitten-apple is the prototype validation and presentation tools for LLM projects.

You can share your LLM models like GTP-4o without exposing your API keys.

Usage

Create .env file or set environment variables.

OPENAI_BASE_URL=https://api.gptsapi.net/v1
OPENAI_API_KEY=sk-xxx

Start the gradio server.

python ./gradio_app.py

Open http://localhost:7860/ in your browser.