Closed zinwelzl closed 2 weeks ago
I've refactored the LLM part in this PR #233 You can also test this PR #229 Feel free to test both Best is to create a branch and merge those 2 inside by order, 229 then 233
When those 2 will be merged I will implement those ones Should be released in 2.2.0
And it's not as simple as a cURL :roll_eyes:
Expected feature
What about adding support for Groq, Antropic, Google AI, and more with simple curl?
Here are some simple
curl
commands to connect to the APIs of OpenAI, Groq, Anthropic, and Google AI:Example Usage (General Structure):
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{""}'
OpenAI
Groq
Anthropic
Google AI
Alternative solutions
No response
Anything else?
No response
Acknowledgements