Live data from Hacker News

Stanford Alpaca web demo suspended “until further notice”

alpaca-ai-custom4.ngrok.io

81–83 of 83 posts

Re: Stanford Alpaca web demo suspended “until further notice”

#81

Earlier quoted context omitted.

If they tried to make LLaMA woke, they did a terrible job. If you prompt it right you can basically get it to write Mein Kampf.

Yes that's because LLaMA is unfiltered, which is very good for general usage.

Yeah, I wasn't trying to criticise. Just point out that it doesn't appear to be filtered.

Re: Stanford Alpaca web demo suspended “until further notice”

#82
post #64
post #63

Earlier quoted context omitted.

OpenAI Terms of Use (14/Mar/2023) 2. Usage Requirements c. Restrictions You may not (iii) use output from the Services to develop models that compete with OpenAI; https://openai.com/policies/terms-of-use

Alpaca explicitly disallows commercial use, making it a non-competitor.

doesn't say it has to be a commercial competitor

Re: Stanford Alpaca web demo suspended “until further notice”

#83
post #80
post #71

Earlier quoted context omitted.

If it's the product I think it is (I don't recall the exact name), it's not putting the repo into GPT. It's calculating embeddings on the code in the repo, storing those in a vector db and providing context from the store when processing questions about the repo. Effectively when you ask "how does foo work" becomes 1. lookup code items related to foo getting 1-N copies of code. 2. ask GPT "here is code related to foo…

I think we’re talking about different projects. This one just gives you a text output of an entire repo. https://github.com/mpoon/gpt-repository-loader

I was thinking about https://github.com/rahuldan/codesearch for context.
Post reply on HN