feat: add .env.example configuration file for environment variables
This commit is contained in:
parent
8a8223c840
commit
0e2149c323
|
|
@ -0,0 +1,6 @@
|
||||||
|
MODEL_NAME=gpt-4-turbo-preview
|
||||||
|
|
||||||
|
OPENAI_API_KEY=sk-xxxx..
|
||||||
|
LANGFUSE_PUBLIC_KEY=pk-lf-...
|
||||||
|
LANGFUSE_SECRET_KEY=sk-lf-...
|
||||||
|
LANGFUSE_HOST=http://brunix-observability:3000
|
||||||
Loading…
Reference in New Issue