andr0s
andr0s
@sebdelsol Well after reading this solution https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/561#issuecomment-1075363395 I must say that the docs really need to be improved/fixed. We, as users of this library, are not supposed to understand how...
First of all, I didn’t say that someone specifically SHOULD go and fix it. The docs need to be fixed, in my opinion, but I never told anyone specifically to...
Claude 3 Opus is imo better than ChatGPT 4, nowadays I use it like 80% of the time, and chatgpt only 20%. So this feature would really be cool to...
Well, might be better just to share the code: http://dpaste.com/hold/1380854/ I added the line 63 after you wrote about closing the DB. And now it seems it works really slow...
Hm... that's a bit strange because I've seen some high disc IO operations after I .put() everything (so I think at that time the code was dumping the data on...
Just add litellm support. Everything already included there. No need to add support for each and every LLM and provider
@stevensu1977 well, the whole point is to have the ability to run open source and/or free things. Or experiment with different LLMS. For example, I'm really curios about Llama 3...
@senko #MODEL_NAME=gpt-4-turbo-preview #MODEL_NAME=codellama/codellama-70b-instruct #MODEL_NAME=anthropic/claude-2 MODEL_NAME=google/gemini-pro last 3 surely caused this issue. Not sure about gpt4 though (the first one), as I may confuse it with the time when I used...
I'm having the same issue while running conda with mamba solver, for installing packages
@jonashaag sorry could you explain what it means? "Mixing conda-forge and defaults is not supported". I don't have much of experience with conda, so I have no idea what channels...