issues
search
managedcode
/
OpenAI
This is an unofficial C# library for the OpenAI API. As there are no official libraries available, we have created our own to help C# developers interact with the API easily.
MIT License
29
stars
4
forks
source link
Concept version with base features
#2
Closed
Yaroslav-B
closed
1 year ago
Yaroslav-B
commented
1 year ago
features that still need to be implemented/fixed:
other options to retrieve the APIkey (config, env, secrets etc.);
implement custom excempitions
add docomentation
adapt for easy testing and write tests
add simplest way for conversation, to be able send single request and receive answer in one line
upgrade the use of chat history as a context for new requests
add support of streams
features that still need to be implemented/fixed: