BuilderIO / gpt-crawler

Crawl a site to generate knowledge files to create your own custom GPT from a URL
https://www.builder.io/blog/custom-gpt
ISC License
18.17k stars 1.89k forks source link

Custom assistant without OpenAI to use the custom GPT for private and sensitive data #10

Closed MatchuPitchu closed 7 months ago

MatchuPitchu commented 7 months ago

The project is great, thank you very much for it.

Is there a way to do the final step, build a custom GPT, without OpenAI to avoid misuse of private or sensitive data?

steve8708 commented 7 months ago

None that I know of, but its possible there will be open source alternatives in the future that this project could integrate with!

theoparis commented 7 months ago

This exists and could possibly be used here: https://github.com/withcatai/node-llama-cpp It is a wrapper around llama.cpp which supports a lot of different models.