## Changelog v0.1.0 ### CLI Tool - Support for server send events (SSE) - Completion responses are sent bit by bit instead of all at once - Embedding support (bot keeps track of some context of converations) - embedded database will be deleted on exit (for now) - Fixed issue with copying text containg square brackets ### Library - Changed gopt client type to interface - redesigned interface to use channels - support for event streams server send event (SSE) - Added embedding support - Added examples for: - [completions](examples/completion/completion.go) - [completion streams](examples/completion_stream/completion_stream.go)