Remix.run Logo
SV_BubbleTime 2 days ago

LANGUAGE model, not FACT model.

cantor_S_drug 2 days ago | parent [-]

I gave LLM a list of python packages and asked it to give me their respective licenses. Obviously it got some of them wrong. I had to manually check with the package's pypi page.

SV_BubbleTime 2 days ago | parent [-]

Ok?

Yes. That is the problem; that sometimes it works. See the topic. Adding RAG or web search capability limits the loss and hallucinations.

Yes. You always need to check the results. Your task by the way is better for an agentic AI system that can web search, get, and double check results.

tough 2 days ago | parent | next [-]

his task is probably best done with a script, heck you could thell chatgpt to download all packages with a script and check LICENSE files and report back with a csv/table

cantor_S_drug 2 days ago | parent | prev [-]

[dead]