We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec58bb commit 53ab17aCopy full SHA for 53ab17a
.env
.env.template
@@ -0,0 +1,2 @@
1
+# Copy this to .env and set any necessary secrets
2
+OPENAI_API_KEY=sk-your-openai-api-key-here
test-proj/.env.template
test-proj/ui/src/libs/config.ts
@@ -1,2 +1,2 @@
-export const APP_TITLE = "Test Proj"
+export const APP_TITLE = "Test Proj";
export const AGENT_NAME = import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME;
0 commit comments