mirror of
https://github.com/block/goose.git
synced 2026-04-28 19:49:51 +00:00
fix: consistently use LANGFUSE_URL instead of LANGFUSE_HOST (#1196)
This commit is contained in:
parent
72a20fccf6
commit
848c25cf69
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue