Skip to content
Pete edited this page Oct 2, 2024 · 13 revisions

Examples

Here's some simple examples to show how to use TalkBack easily in your app.

Simple Examples

NuGet Release History:

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.

To Do list

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).
Clone this wiki locally