For newer versions see releases.
- rebranded from
OpenAING
toLLMTornado
- completed the transition to
tools
fromfunction
- added a few convenience methods in
Conversation
to make API on par with older models - added a missing ctor in
ChatMessage
- fixed typos in XML doc
- implemented message parts for outbound image messages
- added
gpt4-vision-preview
model
- implemented TTS endpoint
- added additional API ctors with just API key, API key & ORG key for ease of use
- fixed several
ToString()
overrides
- implemented
tool_call
support, removed deprecatedfunction_call