மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி
> Maybe it should be in the README? Yes --- Steps: chrome://extensions/ Click "Load Unpacked" Select directory
--- Are you in the current branch? [GitHub Desktop](https://github.com/apps/desktop)
> Host networking is also supported on Docker Desktop version 4.29 and later for Mac, Windows, and Linux as a [beta feature](https://docs.docker.com/release-lifecycle/#beta). To enable this feature, navigate to the Features...
Seems it is still not working for Windows. https://github.com/docker/roadmap/issues/238#issuecomment-2119021074
Workaround: https://github.com/docker/roadmap/issues/238#issuecomment-2044688144 and set `SANDBOX_USE_HOST_NETWORK` config
Sorry, need to pass `SANDBOX_USE_HOST_NETWORK` also. ``` WORKSPACE_BASE=$(pwd)/workspace docker run -it \ --pull=always \ -e SANDBOX_USER_ID=$(id -u) \ -e SANDBOX_USE_HOST_NETWORK=True -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \ -v $WORKSPACE_BASE:/opt/workspace_base \ -v /var/run/docker.sock:/var/run/docker.sock \ --net=host...
You have imported `google.generativeai` but not used. Workaround: llm should be defined inside async. https://github.com/google-gemini/deprecated-generative-ai-python/issues/207#issuecomment-2273221050 What is the output of the following? ```py import asyncio from langchain_google_genai import ChatGoogleGenerativeAI model...
Tamil language support.
I haven't fine-tuned yet. You need to create a new issue regarding that.
Reason for closing?