Skip to content
/ synthnav Public

[prototype quality] story writing with large language models

License

Notifications You must be signed in to change notification settings

lun-4/synthnav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthnav

attempting to be a better (for me) LLM-powered story writing tool

like this

the idea pad i made in obsidian to explain it

quick status: its a prototype

status: you can write a story and somewhat ship it. bugs beware. no persistence

installation

  • text-generation-webui
    • tested with commit ee68ec9079492a72a35c33d5000da432ce94af71
    • must run with --api for this to be able to generate any text
  • get python3
git clone ...
cd ...
python3 -m venv env
env/bin/pip install -Ur requirements.txt
env SERVER_ADDR=localhost:5005 env/bin/python3 ./start.py

About

[prototype quality] story writing with large language models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages