We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c34c commit 5628e5dCopy full SHA for 5628e5d
README.md
@@ -1,5 +1,6 @@
1
# Linq.AI.OpenAI
2
-This library adds Linq extension methods using OpenAI structured outputs. (heaviy inspired by stevenic's [agentm-js](https://github.com/stevenic/agentm-js) library)
+This library adds Linq extension methods using OpenAI structured outputs.
3
+> This library was heaviy inspired by stevenic's [agentm-js](https://github.com/stevenic/agentm-js) library, Kudos!
4
5
## Architecture
6
For each element in a collection an openAI API call is made to evaluate and return the result. These are done in parallel on background threads.
0 commit comments