v0.1.0
Changelog
- Change default llm to 'gpt-4o-mini' from 'gpt-3.5-turbo'.
- Defaults to exclude """docstring""" in the prompt, can be included by
include_docstring=True
. - Change default structure output (
instructor
) wrapper mode toJSON
. - Add reset_context function to reset the context of functions with
ctx="resume"
. - Some fixes to examples, docs, mypy check, and tests.