What problem are you trying to solve?
I'd like to add the ability to use the auth key from the auth.json file (through opencode api calls) to connect to litellm in addition to the env, and opencode.json configuration. That way no matter how the environment is setup only one location is being used to get the key and by using api it avoids having to track where files are.
Is this in scope to the project? I've generated some code but I'd like to test it before doing anything with it and I'm new to this. If this is out of scope, I won't bother anymore.
Thank you
Proposed solution
Update the code so that it will search for key within auth.json in addition to opencode.json(c), and env variables.
Alternatives considered
No response
Scope check
What problem are you trying to solve?
I'd like to add the ability to use the auth key from the auth.json file (through opencode api calls) to connect to litellm in addition to the env, and opencode.json configuration. That way no matter how the environment is setup only one location is being used to get the key and by using api it avoids having to track where files are.
Is this in scope to the project? I've generated some code but I'd like to test it before doing anything with it and I'm new to this. If this is out of scope, I won't bother anymore.
Thank you
Proposed solution
Update the code so that it will search for key within auth.json in addition to opencode.json(c), and env variables.
Alternatives considered
No response
Scope check