Skip to content

A combined cache of LLM based localizarions for our org plus code that constructs prompts for said LLMs and manges said cache

Notifications You must be signed in to change notification settings

PauseAI/pauseai-l10n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pauseai-l10n

LLM-based localization support for the pauseai-website project. This package maintains a version-controlled cache of translations and the prompts that generated them.

Project Status

Currently in early development. See notes/pauseai-l10n-kickoff.md for design and architecture details.

Development Setup

# Install dependencies
npm install

# Link for local development
npm link
cd ../pauseai-website
npm link pauseai-l10n

Project Structure

pauseai-l10n/
├── cache/          # Translation cache storage
├── prompts/        # Translation prompt templates
├── src/           # Source code
├── tests/         # Test files
└── notes/         # Design documents and notes

License

TBD

About

A combined cache of LLM based localizarions for our org plus code that constructs prompts for said LLMs and manges said cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published