0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected potential null build warning and made User property optional More... about 3 years ago
Merge pull request #19 from jodendaal/Improvements More... about 3 years ago
Incremented version for new release More... about 3 years ago
Reverted GenericType implementation for inputs and prompts that are arrays. Decided to make inputs or prompts IList<string> by default. More... about 3 years ago
Merge pull request #18 from jodendaal/Improvements More... about 3 years ago
Added example of array input for TextCompletion More... about 3 years ago
Merge pull request #17 from jodendaal/Improvements More... about 3 years ago
Corrected typo More... about 3 years ago
Updated Readme with extension method examples for simpler usage. More... about 3 years ago
Merge pull request #16 from jodendaal/Improvements More... about 3 years ago
Added Integration Test for List prompt. More... about 3 years ago
Incremented Version for next release More... about 3 years ago
Merge pull request #15 from jodendaal/Improvements More... about 3 years ago
Added support for prompts and inputs as arrays. More... about 3 years ago
Merge pull request #14 from jodendaal/Improvements More... about 3 years ago
Added example Blazor App to demonstrate the streaming API. More... about 3 years ago
Corrected the PostStream method waiting until entire response was received before yielding results. More... about 3 years ago
Merge pull request #13 from jodendaal/Improvements More... about 3 years ago
Update build name More... about 3 years ago
Updated readme to include link to examples More... about 3 years ago
Added seperate pipeline for Pull Requests. Updated main pipeline to not run on Pull Requests. More... about 3 years ago
Corrected console App main method More... about 3 years ago
Increment package version for next release. More... about 3 years ago
Added WebApplicaton example More... about 3 years ago
Added extension methods that use defaulst models. Added unit tests for mew extensions and model defaults. More... about 3 years ago
Added Example Console App. Added OpenAIDefaults to allow defaulting Models to allow for easier use of the API. Added new Registration method to allow setting of defauls values. Added additional extension methods using default models. Updated readme with console app example. More... about 3 years ago
Merge pull request #12 from jodendaal/Improvements More... about 3 years ago
Updated Readme with better example for textcompletion More... about 3 years ago
Merge pull request #11 from jodendaal/ExtentionMethods More... about 3 years ago
Added more documentation Moved extensions to Root namespace to avoid additional imports. More... about 3 years ago