Remix.run Logo
mhitza 3 days ago

Don't need to ho that esoteric. Seen them make stuff up pretty often for more common functional programming languages like Haskell and OCaml.

greenavocado 3 days ago | parent | next [-]

Recommend using RAG for this. Make the Haskell or OCaml documentation your knowledge base and index it for RAG. Then it makes a heck of a lot more sense!

rashkov 3 days ago | parent [-]

How does one do that? As far as I can tell neither Claude or chatgpt web clients support this. Is there a third party tool that people are using?

hellsten a day ago | parent | next [-]

You could try using the built-in "projects" feature of Claude and ChatGPT: https://support.anthropic.com/en/articles/9517075-what-are-p...

You can get pretty good results by copying the output from Firefox's Reader View into your project, for example: about:reader?url=https://learnxinyminutes.com/ocaml/

greenavocado 2 days ago | parent | prev [-]

They can't

You can use openwebui with deepseek v3 0324 via API with for example deepinfra as provider for your embeddings and text generation models

Foobar8568 3 days ago | parent | prev [-]

Well all LLM are fairly bad for react native as soon as you look at more than hello world type of things.

I got stuck with different LLM until I checked the official documentation, yeah spouting nonsense from 2y+ removed features I suppose or just making up stuff.