Timothy Carambat

Results 288 comments of Timothy Carambat

Fully close the application and re-open it so that the migrations can run and you can use that feature as it requires a migration. If the application was updated while...

Just modified the Linux version to help debug this issue. Can you see if this error reproduces with this app image? https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/AnythingLLMDesktop.AppImage Let's see if this boots on your distro...

Okay, that was expected to be seen honestly. That was the previous issue. Just reverted to the prior image which was causing the original issue. While the provider per workspace...

It looks like here, for some reason, the Prisma client is failing to generate after migration, this blocks the client from being able to use any updated schema and then...

That likely could be the fix. Asking people to unzip the AppImage is a bit crazy so I wanted to hold off on recommending that, but it looks like patching...

@renegadephysicist you may have just solved a big headache. Will see if we can wrap a new Linux version and test to see if this resolves everyone's issues. If this...

For now. The solution to simply this for all distros is the run the AppImage in the following way: ```bash ./AnythingLLMDesktop.AppImage --appimage-extract && \ cd squashfs-root && \ ./AppRun ```...

Ah, so like being able to hookup any "generic" service that also is fully compatible with the OpenAI API schema via just overriding the baseURL?

The error here is because the chats flow through a moderation endpoint that normally exists for openAI, but given the provider URL and API key changed. it is going to...

What specifically from GPT4ALL, like being able to use it as your LLM? Do you have any documentation on sBERT plugins - that is not something I'm familiar with.