mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
fix: consistently use LANGFUSE_URL instead of LANGFUSE_HOST (#1196)
This commit is contained in:
@@ -22,7 +22,7 @@ Set the environment variables so that Goose (written in Rust) can connect to the
|
||||
```bash
|
||||
export LANGFUSE_INIT_PROJECT_PUBLIC_KEY=pk-lf-...
|
||||
export LANGFUSE_INIT_PROJECT_SECRET_KEY=sk-lf-...
|
||||
export LANGFUSE_HOST=https://cloud.langfuse.com # EU data region 🇪🇺
|
||||
export LANGFUSE_URL=https://cloud.langfuse.com # EU data region 🇪🇺
|
||||
|
||||
# https://us.cloud.langfuse.com if you're using the US region 🇺🇸
|
||||
# https://localhost:3000 if you're self-hosting
|
||||
|
||||
Reference in New Issue
Block a user