curvedinf / novel-writer

Automated LLM novelist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Novel-writer

An automated LLM novelist.

Running

  • pip install -r requirements.txt
  • Add your API keys to writer.py
  • Set which API is used in settings.py
  • Begin outlining the novel with python outline.py

Recommendations

Use Gemini 1.0 Pro for initial configuration since it is free, then use Claude 3.0 Opus, GPT4, or similar for final writing.

About

Automated LLM novelist

License:MIT License


Languages

Language:Python 100.0%