9 ms·
This isn't an inherit issue with LLMs. You just need to set up some prompts that you can default to for different use cases. For example, you could set one up t
by imposterr 2y ago
This isn't an inherit issue with LLMs. You just need to set up some prompts that you can default to for different use cases. For example, you could set one up that is told to only provide the function arguments, and return value.
- yhcj 2y agoI just enjoy reading the MDN articles or stackoverflow / reddit discussions, as well as official docs a lot. I read documentation on my leisure time. Weird hobby of mine lol
- MostlyAmiable 2y ago> I read documentation on my leisure time. There are dozens of us!
- throwaway290 2y agoMany times this helped me find a new/better way of doing something literally while looking up something else unrelated
- dartos 2y ago> This isn't an inherit issue with LLMs But it is. That’s why you, the user (or an enterprising LLM search tool) need to do things like > set up some prompts that you can default to for different use cases Personally, I’d rather look up first party sources than configure a tool to generate 3rd party information that’s not always correct.