WMCB Tech (marcusz)
WMCB Tech (marcusz)
ARM64 ubuntu 14.04 and other linux distros would also prevent packages from being updated as I was trying to run this on proot (i know it's eol'ed but it should...
Weird. Here is the logs file just in case (generated with `env -u LD_PRELOAD PROOT_VERBOSE=9 proot -L -l -0 -b /dev -b /proc -b /sys -w / -r trusty /usr/bin/env...
Htop relied on `/proc/stat` file I believe for CPU usage which is patched to use the fake one if it can't read the actual one, crucial for it to launch,...
Any progress with this? This does seem to be useful method for saving chat history object into dict (correct me if I'm wrong)
RHEL is a commercial enterprise product, not worth adding
Either https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor or https://docs.python.org/3/library/asyncio-task.html#asyncio.to_thread can be used... Both makes methods blocking, but ngl the python SDK is quite messy to deal with and I'm not entirely sure if this is...
This also causes to make the areas of the C: drive dirty! In my case setting sparse would not only cause read only errors on the distro filesystem everywhere but...
This issue had been open and almost heated issue almost a year and none of the WSL developers looks after this issue
Chat history essentially influences model response so it may be biased how and when it should call tools, this also happens with Python SDK... Looks like gemini side of problem
fyi Gemini 2.0 is better at calling tools now compared to previous models... as I've been test driving and using 2.0 models for months now and its better at calling...