miqueet
miqueet
to add to this. Its impossible to use this app without a developer account as it requires icloud permissions and only paid $99 per year devs can deploy an app...
Thanks I’ll test that out today if it works I’ll submit a PR for changes to the readme.
Any word on alternative logic?
can confirm this happens on the linux app with version 1.1.0 as well.
@fishuke initially i just used the github page with the hosted application. But when trying to run it locally I run into some errors. ``` root@DESKTOP-0FMV421:/home/mike/better-chat# npm run start:dev npm...
I also noticed that the pi 4 isn't supported. @jasbur If you want to hand over the project to someone else I would be willing to assist.
this is similar but not the same as my issue. I am submitting a PR for mine I ran into issues where i was moving the file around and renaming...
> Hi @baldmanwithbeard I have not pushed the potential fix to main or released it to pypi yet, since I don't know if it leads to an improvement. To test...
> This should at least partially address the concern in #928, by removing the part of the prompt that misleads the LLM to append some/dir to paths > > I...
i ended up specifying the chrome driver path and downloading chrome 114 `class zefoy: def __init__(self): chrome_options = uc.ChromeOptions() chrome_binary_path = 'path\\to\\chrome.exe' chrome_options.binary_location = chrome_binary_path `