Brandon
Brandon
@Odysseum04 @iamgonnagiveyouup It seems that the "App Selector Agent" is selecting the application that has the actual instance of PyWinAssistant which is not being ignored by the agent. To fix...
Hi @Odysseum04 @jasonc624 ! I have updated the following files to ignore the Nvidia overlay, Tk and Visual Studio Code (The assistant is intended to not be run by an...
@TheJustinCrow Thank you for the suggestion, I'll add the following: 'amdow.exe' which is the 'amd dvr overlay'. Greetings!
Hi @Odysseum04 ! PyWinAssistant is having issues discarding it's own ui so it is focusing itself when chat is used. Temporally instead of using the chat, please try activating the...
Seems that the GPT-4 vision model, the object "choices" is failing. I'm now looking into this issue. This completely blocks the usage of PyWinAssistant. For context, what is your screen...
Some users stated that the Chat Completions API object "choices" from the GPT-4 vision model started to fail since yesterday. The issue seems to be somewhere on the vision request:...
@dayana123456789 So it's working well for you? Also it should work in any type or resolution. I haven't tried multiple monitors, but be aware that having more pixels being read...
The fix was to add the API keys correctly: add your API Key in /core/core_api.py -> line 3: client = OpenAI(api_key='insert_your_api_key_here') add your API Key in /core/core_imaging.py -> line 12:...
Usage of local LLM's is in the works. I have tried other LLM's but the assistant results seem to worsen using the same prompting techniques which are intended for GPT-3...
> Could you not just finetune a LLama3 to your style of prompting (If its just a prompting technique)? Like for example Unsloth did in this colab [https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp](url)? > >...