Installation and usageΒΆ
To install Coauthor run the following command:
pip install coauthor
Start Coauthor run the following commands:
export OPENAI_API_KEY=<you api key>
export OPENAI_API_URL=https://openrouter.ai/api/v1
coauthor --watch
To see command line options, run coauthor --help.