Skip to content

cryptokoh/Eliza-Character-Gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eliza Character Generator

A web-based tool for creating and managing AI character definitions with knowledge integration capabilities.

Features

  • Character generation using AI models via OpenRouter API
  • Knowledge integration from PDF and text files
  • Message example management
  • Character style and personality definition
  • Auto-saving and backup functionality
  • Dark mode support

Quick Start

  1. Clone the repository:
git clone [repository-url]
cd eliza-character-generator
  1. Install dependencies:
npm install
  1. Start the server:
npm start
  1. Open http://localhost:4001 in your browser

Requirements

  • Node.js (v14 or higher)
  • npm (v6 or higher)
  • OpenRouter API key (get one from openrouter.ai)

Usage

  1. Set your OpenRouter API key in the application
  2. Generate characters using AI or load existing ones
  3. Add knowledge through file uploads or manual entry
  4. Configure character details and style
  5. Download the generated character JSON

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • HTML 24.6%
  • CSS 16.8%