Skip to content

Commit 53ab17a

Browse files
committed
m
1 parent 0ec58bb commit 53ab17a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/ui/src/libs/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const APP_TITLE = "Test Proj"
1+
export const APP_TITLE = "Test Proj";
22
export const AGENT_NAME = import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME;

0 commit comments

Comments
 (0)