Davide Guidotti
Davide Guidotti
> > I'm thinking of trying to get it to work with my videocard, since it is the most high end part of my pc, but am not quite sure...
> Thanks both! I'm indeed using keldenl's gpt-llama.cpp currently, but will try your suggestion! I hope I can just direct the OPENAI_API_BASE_URL to the llama-cpp-python[server]. (PS: today autoGPT actually reached...
> This PR conflicts with #3222 and is not atomic. Please fix that so we can review it. Why are you saying that? the hardcoded embedding dimension using in memory-related...
> Sorry, I could have been more clear, see the comment above. Unrelated changes should not be submitted together, since that makes it harder to review and pick PRs that...
> Can I get a test to coverage this If you are referring to the automatic tests wich are making codeconv/patch to fail, most of the uncovered lines are from...
My last attempt on fixing the milvus_memory_test.py test didn't really had the desired result and CodeCov still marks it as uncovered (the test itself still runs fine). But i'm sure...
> I don't think you quite understand why they aren't merging. The reason for it is the re-arch is going to invalidate all current PRs, because it is going to...
Seems like Elevenlabs now offers an official API. It's also possible to use it for free without any api key, but with a limited character number https://pypi.org/project/elevenlabs/ https://github.com/elevenlabs/elevenlabs-python Could be...
> Plus all this stuff uses the ancient Python 3.10 from 2021 instead of Python 3.12 from last year -- and everything ships with Python 3.12 as the minimum now....
> > Yes, that's why almost every AI tool reccomends using a Conda enviroment. ....I think it can be a good idea to suggest the use of Anaconda/Miniconda for every...