Добавлены переменные для langfuse
This commit is contained in:
parent
2960c0b47c
commit
5a7376f580
1 changed files with 4 additions and 1 deletions
|
|
@ -2,4 +2,7 @@ PROVIDER_URL=http://localhost:8000/v1
|
||||||
PROVIDER_API_KEY=your-api-key
|
PROVIDER_API_KEY=your-api-key
|
||||||
PROVIDER_MODEL=gpt-4
|
PROVIDER_MODEL=gpt-4
|
||||||
COMPOSIO_API_KEY=your-api-key
|
COMPOSIO_API_KEY=your-api-key
|
||||||
AGENT_ID=user-12345
|
AGENT_ID=user-12345
|
||||||
|
LANGFUSE_PUBLIC_KEY=pk-lf-...
|
||||||
|
LANGFUSE_SECRET_KEY=sk-lf-...
|
||||||
|
LANGFUSE_HOST=http://localhost:3000
|
||||||
Loading…
Add table
Add a link
Reference in a new issue