Open zinwelzl opened 2 days ago
Hey @zinwelzl! π Thanks for this exciting feature idea!
We love seeing fresh concepts that could take reNgine to the next level. π
To help us understand your vision better, could you:
π Provide a detailed description of the feature π― Explain the problem it solves or the value it adds π‘ Share any implementation ideas you might have
Your input is invaluable in shaping the future of reNgine. Let's innovate together! πͺ
Is there an existing feature or issue for this?
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