top | item 36791671

Show HN: ChatGPT Alternative with LLaMA Models

20 points| namanski | 2 years ago |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

order

muzani|2 years ago

Nice, llama is much better than I expected. It matches ChatGPT quality for everything I'd use it for, though I haven't tested it on code yet because of data issues and such.

Is the censorship placed on top of the llama model or is it a part of it?

namanski|2 years ago

Yeah - It's at par, if not better than GPT 3.5! This is the base model (13B) with no fine-tuning or censorship.

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

he11ow|2 years ago

This looks great!

Can 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...

namanski|2 years ago

Hey hey! We have deployed this on our cloud. It’s running on 2 A10Gs on AWS in the background.

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/)

replwoacause|2 years ago

First question I asked about Trump to see if it really is uncensored and it said “I cannot provide personal opinions or beliefs about individuals. “

gardenhedge|2 years ago

seems to be better than gpt-3.5

anshuman_01_|2 years ago

I am definitely seeing results as good as 3.5 as well