Tom Himanen
Tom Himanen
I haven't tried this yet but it might help increasing prompt size by compressing the prompt. https://github.com/yasyf/compress-gpt
I'm not sure how it affects performance but at least it might be good to be aware of that possibility. At least it's implemented as drop-in-replacement which is quite cool,...
I'm wondering the very same.
Let me know if I'm thinking wrong, but Docker helps keeping AGI sandboxed which is cool in case it goes nuts. I wouldn't like to run an unsandboxed AGI with...
Came here to add PDF because I think much background information is in that format.
I also can confirm that disabling "Use Virtualization framework" in Settings does the magic. Thanks @kcverde for sharing your observation, it really did save my and many others' day! I...
I can't answer my own questions either, but to me it looks like the app is not crawlable. I can serve static files using Python3 http.server without any problems, but...
Problem confirmed, the same happens to me as well.
+1 First I ran this command to copy the .env-template to .env. `cp .env .env-template` Then I chose Pandas docs, which didn't work. I tried to reset the API key...
I am also interested in contributing. Especially [Ollama's built-in OpenAI compatibility](https://bestofai.com/article/openai-compatibility-ollama-blog) seems like the lowest hanging fruit. I'm willing to contribute if someone points me (us) to the right direction.