File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Copy this to .env and set any necessary secrets
2
+ OPENAI_API_KEY = sk-your-openai-api-key-here
Original file line number Diff line number Diff line change
1
+ # Copy this to .env and set any necessary secrets
2
+ OPENAI_API_KEY = sk-your-openai-api-key-here
Original file line number Diff line number Diff line change 1
- export const APP_TITLE = "Test Proj"
1
+ export const APP_TITLE = "Test Proj" ;
2
2
export const AGENT_NAME = import . meta. env . VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- export const APP_TITLE = "{{ project_title }}"
1
+ export const APP_TITLE = "{{ project_title }}";
2
2
export const AGENT_NAME = import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME;
You can’t perform that action at this time.
0 commit comments