Show HN: ChatGPT Alternative with LLaMA Models (chat.nbox.ai)
Hey folks, we created a ChatGPT alternative for anyone to try out LLaMA models and benchmark responses across OpenAI's models and other open source models.
Would love some feedback! No data is being used for retraining models.
10 comments
[ 0.42 ms ] story [ 36.6 ms ] threadCan I ask, are you using a HuggingFace endpoint to hit the LLaMA models, or deploying it yourself? Still new to this and trying to understand how putting the large models in production works...
We had the tech from our MLOps platform NimbleBox.ai that let us setup a managed service on all major cloud providers so we just frankenstein-ed it to work for LLMs as well :)
The prompt engineering, specially for web search, is powered by our open-source tool ChainFury (https://chainfury.nbox.ai/)
Is the censorship placed on top of the llama model or is it a part of it?
Feel free to give it a spin for code as well! We're just the infrastructure layer here so we don't use any data for retraining these models. LLaMA 2 70B coming soon! :D