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
In addition to submitting a consultation request with details from the form, as a user I want to pay a small fee so that I can generate a sample document for a preliminary development approach based on the details provided in the form.
Easiest way to do this would be with the GPT4 API but it is not open-access. Another option would be to run an LLM on a dedicated server and do the training and fine-tuning ourselves
The text was updated successfully, but these errors were encountered:
In addition to submitting a consultation request with details from the form, as a user I want to pay a small fee so that I can generate a sample document for a preliminary development approach based on the details provided in the form.
Payment can be via bitcoin/lightning using the BTCPayServer API integration built in Trinary: https://github.com/setlife-network/trinary
Easiest way to do this would be with the GPT4 API but it is not open-access. Another option would be to run an LLM on a dedicated server and do the training and fine-tuning ourselves
The text was updated successfully, but these errors were encountered: