feat: add litellm client adapter, JSONL flow detail, and sample output
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
shellHook = ''
|
||||
export UV_PYTHON_PREFERENCE=managed
|
||||
|
||||
# Load API keys from .env if present
|
||||
if [ -f .env ]; then
|
||||
set -a; source .env; set +a
|
||||
fi
|
||||
|
||||
# Set Playwright browser path (prefer system Chrome, fallback to nixpkg)
|
||||
if [ -f /run/current-system/sw/bin/google-chrome ]; then
|
||||
export PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/run/current-system/sw/bin/google-chrome
|
||||
|
||||
Reference in New Issue
Block a user