235 Setup D81e98a9

Local Setup of Notte

tools-only Updated 7 repo stars

File contents

Local Setup of Notte

To install notte locally, run the following commands:

uv sync --dev --all-extras
uv run pre-commit install

notte uses patchright to automate browser interactions. If you haven't already, you'll need to install the browsers you want to use, e.g. using chromium:

uv run patchright install --with-deps chromium

Copy the .env.example file to .env and fill in your API keys. Note that by default, notte uses groq/llama-3.3-70b-versatile. So you need to set the GROQ_API_KEY environment variable in your .env file. You can set up this key by creating a GROQ account and creating an API key.

cp .env.example .env

Notte uses litellm to interface with multiple LLM providers. You can also set other API keys in your .env file to use other LLM providers (e.g. OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.)

tools-only/X-Skills/tree/main/automation/workflow/235-setup_d81e98a9 commit abef9110b6

Frequently asked questions

npx skillmds@latest add tools-only/235-setup-d81e98a9