What's Changed
* OpenAI models can now be selected via the `--model` flag from the cli e.g. you could choose gpt-4 by using `write-the docs --model gpt-4 ...`. The default model is `gpt-3.5-turbo-instruct`
* Handle splitting by forward or backward slash depending on operation system by hgkegft in https://github.com/Wytamma/write-the/pull/22
New Contributors
* hgkegft made their first contribution in https://github.com/Wytamma/write-the/pull/22
**Full Changelog**: https://github.com/Wytamma/write-the/compare/v0.10.1...v0.11.0