You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
I presume that the original reason why we placed the key in the config was so that we can use partner's keys for requests. If we will charge for AI powered plugins, then this is no longer necessary. Instead, we can use our own key and pay the bill from partner wallets.
We would need to first check the partner wallet balance.
If there is not enough, then skip the OpenAI API call and throw an error.
If there is, then we continue and either transfer the funds directly from their wallet, or generate a permit and claim immediately.
Once the funds are confirmed to have arrived, we can return the result from the plugin.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I presume that the original reason why we placed the key in the config was so that we can use partner's keys for requests. If we will charge for AI powered plugins, then this is no longer necessary. Instead, we can use our own key and pay the bill from partner wallets.
We would need to first check the partner wallet balance.
The text was updated successfully, but these errors were encountered: