How can I inform coding LLMs about the details of premium components? #1567
Replies: 2 comments
-
|
I just found this discussion asking the same question, so I'll move my thoughts on the matter over there: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Duplicate of #1100 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This is something I hadn't encountered before. I'm working with a LLM to build an interface using Web Awesome for the first time. I want it to be able to construct interfaces using the Web Awesome PRO components available to subscribers. But it can't see those pages on the website because they are password protected, for subscribers only.
What is a way to provide this info to the LLM as I use it on my desktop computer in an editor like Cursor? I can't copy the markdown source of those PRO component pages on the website via an "edit" button, for example, because I don't have edit access.
For example, the PRO component web page for "Pages":
https://webawesome.com/docs/components/page/
Have you experienced this issue? It's an interesting new problem that not only do my eyes need to see the PRO docs, but now my programming buddy LLM also needs to see them. It's a crazy new world!
Let me know if you can think of a way to easily gather the PRO pages into markdown docs to save on my local hard drive and show to the LLM. I'll need to update them on a regular basis, as the beta is being developed..
thanks,
Beta Was this translation helpful? Give feedback.
All reactions