setlife-network / setlife-solutions

2 stars 0 forks source link

Integrate LLM to schedule consultation UX #259

Open otech47 opened 1 year ago

otech47 commented 1 year ago

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

otech47 commented 11 months ago

we're going to use https://github.com/setlife-network/MetaGPT for this

after submitting the consultation request, we should change the UI to explain the what can be done next

todos: