Version 0.11.0
What's Changed
- OpenAI models can now be selected via the
--model
flag from the cli e.g. you could choose gpt-4 by usingwrite-the docs --model gpt-4 ...
. The default model isgpt-3.5-turbo-instruct
- Handle splitting by forward or backward slash depending on operation system by @hgkegft in #22
New Contributors
Full Changelog: v0.10.1...v0.11.0