datacrystals / AIStoryWriter

LLM story writer with a focus on high-quality long output based on a user provided prompt.
GNU Affero General Public License v3.0
63 stars 17 forks source link

Optional Multi-Language Support for LLM Story Generator #4

Closed LoggeL closed 4 months ago

LoggeL commented 4 months ago

Implement an optional translator layer to enable story creation in multiple languages:

  1. Translation of user's story outline from their native language to English
  2. Generation of the story in English using the existing Writer
  3. Translation of the final story back into the user's original language

Implementation requirements:

This enhancement would expand the accessibility of the story generator to non-English speaking users while maintaining the core English-based LLM functionality.

datacrystals commented 4 months ago

@LoggeL Just a quick question - do you also mean that we should translate the user's base prompt to English, then run the normal generation pipeline too?

I have it translating the end result story to other language right now, but curious about that first part.

datacrystals commented 4 months ago

I think I have everything implemented now, if not, feel free to reopen.