Sha256: 878ea06993d4a008b4bc12e59711ae27a18ab0a118582369530f49e0e0e6210d

Contents?: true

Size: 987 Bytes

Versions: 2

Compression:

Stored size: 987 Bytes

Contents

## JpQuest

Translator for FTBQuest. (title, subtitle, description)  
If you want to translate to other languages than Japanese,  
please add the `exchange_language` option during initialization.  
Can always get help with `JpQuest.help`

#### Example

`JpQuest::SNBT::Performer.new(exchange_language: "English")`

## Steps

1. Download [release](https://github.com/milkeclair/jp_quest/releases)
2. Make `.env` file
3. Add `OPENAI_API_KEY=your_api_key` to `.env`
4. Optional: Add `OPENAI_MODEL=some_openai_model` to `.env` **(default: gpt-4o-mini)**
5. Add `some.snbt` or `quests` directory contents to `quests` directory
6. Check `output` directory

## Initialize Options

#### output_logs

Want to output OpenAI usage logs?
**(default: true)**

#### except_words

Words that you don't want to translate
**(default: empty array)**

#### exchange_language

Which language do you want to translate to?
**(default: japanese)**

#### display_help

Want to display help?
**(default: true)**

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jp_quest-0.3.1 README.md
jp_quest-0.3.0 README.md