Brandon

Results 14 comments of Brandon

Hi @darthludious Can you provide a log or an example of how to reproduce this? It might be related to the LLM model inference output.

The fix is 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:...

Currently, it only supports Windows as it is the most common OS in the market. I have simple stages of this architecture implementation for Linux, but it is not even...

@Razorbob thank you! As some systems lack of inspect.exe and installing the SDK to get it requieres administrator privileges (as well to use it), im avoiding utilizing administrator privileges at...