-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pete edited this page Oct 2, 2024
·
13 revisions
Here's some simple examples to show how to use TalkBack easily in your app.
1.0.0 - Initial release
1.0.1 - Major bug fix in Claude provider. Added the ability to create a context from an existing conversation. Started work on image support, but it's not quite ready.
1.0.2 - Fixed a bug that caused OpenAI to fail in non-streaming mode.
1.0.3 - Added some basic happy path unit tests for CompleteAsync() Fixed a bug in the OllamaProvider. Extended nuget packages to net 7.0 and 6.0
1.0.4 - Fixed another bug in Ollama provider.
The following items are currently on my to-do list. I'm open to suggestions.
- More extensive error handling
- More unit tests (Streaming, initing providers, and edge cases).