You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Recommended: Create a Python virtual environment
30
+
cd deep-searcher
30
31
python3 -m venv .venv
31
32
source .venv/bin/activate
32
33
33
34
# Install dependencies
34
-
cd deep-searcher
35
35
pip install -e .
36
36
```
37
37
Prepare your `OPENAI_API_KEY` in your environment variables. If you change the LLM in the configuration, make sure to prepare the corresponding API key.
0 commit comments