Some constants are not constants, and should be configurable. Most constants should be stored in links. Because constants also change (people add new constants over time, and delete|deprecate old ones). #6
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
All these constants/variables should be stored as links. When we store these data in links we will not need to update the code then new constants will be added, we just add links. User also will see links and will be use predefined links, so user does not have to create each such link manually. It is much easier to see links than to read code. This will make less reasons for code to be updated, and the package will be possible to support with fewer programmers.
Route for API call should be configurable. And everything that is linked to
openrouter
should be in a separate package. Everything that is configurable should be configurable using links, not the code. Every constant should be in links where we are sure that new constants will be added. It would be much easier to update the package without breaking the compatibility.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: