hi
to be honest, I'm tired of seeing these two lines in repositories
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
as if there are no other providers (and there are over 500 of them)
for example, I don't want to use the expensive models from OPENAI or ANTHROPIC because they're just token-based machines that don't provide any significant benefits compared to free models.
just let people choose their own provider instead of forcing them to use these two providers, which are practically unused. Nowadays, even large companies use Chinese models due to the policies and regional restrictions of these two providers.
Instead of these lines, we want to see at least
a basic url and a model. api key that can be used with any provider, including local ollama/lm studio.
hi
to be honest, I'm tired of seeing these two lines in repositories
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
as if there are no other providers (and there are over 500 of them)
for example, I don't want to use the expensive models from OPENAI or ANTHROPIC because they're just token-based machines that don't provide any significant benefits compared to free models.
just let people choose their own provider instead of forcing them to use these two providers, which are practically unused. Nowadays, even large companies use Chinese models due to the policies and regional restrictions of these two providers.
Instead of these lines, we want to see at least
a basic url and a model. api key that can be used with any provider, including local ollama/lm studio.