Skip to content

Commit 73d0352

Browse files
committed
m
1 parent 0ec58bb commit 73d0352

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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;

ui/src/libs/config.ts

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

ui/src/libs/config.ts.jinja

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

0 commit comments

Comments
 (0)