Ok, since is running all private, how can I add my own private data? For example I have a 20+ years of an email archive that I'd like to be ingested.
Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
21–30 of 78 posts
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#22(1) What are the best more creative/less lobotomized versions of Llama 2? (2) What's the best way to get one of those running in a similarly easy way?
https://github.com/jmorganca/ollama was extremely simple to get running on my M1 and has a couple uncensored models you can just download and use.
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#23(1) What are the best more creative/less lobotomized versions of Llama 2? (2) What's the best way to get one of those running in a similarly easy way?
this for zero shot instructions: https://huggingface.co/Open-Orca/OpenOrcaxOpenChat-Preview2-...
easiest way would be https://github.com/oobabooga/text-generation-webui
a little more complex way I do is I have a stack with llama.cpp server, a openai adapter, and bettergpt as frontend using the openai adapter as the custom endpoint. bettergpt ux beats oogaboga by a long way (and chatgpt on certain aspects)
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#24Ok, since is running all private, how can I add my own private data? For example I have a 20+ years of an email archive that I'd like to be ingested.
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#25Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#26Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#27Earlier quoted context omitted.
https://github.com/jmorganca/ollama was extremely simple to get running on my M1 and has a couple uncensored models you can just download and use.
https://github.com/jmorganca/ollama/tree/main/examples/priva... there's an example using PrivateGPT too
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#28Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#29How this compare to just running llama.cpp locally?
Re: Show HN: LlamaGPT – Self-hosted, offline, private AI chatbot, powered by Llama 2
#30Nice project! I could not find the information in the README.md, can I run this with a GPU? If so what do I need to change? Seems like it's hardcoded to 0 in the run script: https://github.com/getumbrel/llama-gpt/blob/master/api/run.s...