You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in context.txt that it mentions Keyboard Documentation: [Text from: https://raw.githubusercontent.com/asweigart/pyautogui/master/docs/keyboard.rst]
and
Mouse Documentation: [Text from: https://raw.githubusercontent.com/asweigart/pyautogui/master/docs/mouse.rst]
but doesn't get rendered to the llm over the wire, so the llm only sees those links instead of the actual instructions.
I'm not sure if openai has some magic on their end to have it look it up, or if something in between is suppose to fill it in, but on version 0.6 this prevents local llms from knowing the instructions.
I'm not sure if this is a build error or done on purpose. At least in version 0.6 I saw that the raw prompt that made it over the wire to my local visual llm only had the links but not the text. Was not able to test 0.7 on my intel mac because there's currently no release for it.
The text was updated successfully, but these errors were encountered:
I see in context.txt that it mentions Keyboard Documentation: [Text from: https://raw.githubusercontent.com/asweigart/pyautogui/master/docs/keyboard.rst]
and
Mouse Documentation: [Text from: https://raw.githubusercontent.com/asweigart/pyautogui/master/docs/mouse.rst]
but doesn't get rendered to the llm over the wire, so the llm only sees those links instead of the actual instructions.
I'm not sure if openai has some magic on their end to have it look it up, or if something in between is suppose to fill it in, but on version 0.6 this prevents local llms from knowing the instructions.
I'm not sure if this is a build error or done on purpose. At least in version 0.6 I saw that the raw prompt that made it over the wire to my local visual llm only had the links but not the text. Was not able to test 0.7 on my intel mac because there's currently no release for it.
The text was updated successfully, but these errors were encountered: