Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 23, 2024
1 parent b2251fe commit a141636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ MODELS=`[
},
"promptExamples": [
{
"title": "What should I do to stay safe right now?",
"prompt": "What should I do to stay safe right now?"
"title": "June 22, 2024 New Mexico Wildfires. What should I do to stay safe right now?",
"prompt": "June 22, 2024 New Mexico Wildfires . What should I do to stay safe right now?"
}, {
"title": "How can I get help or emergency services?",
"prompt": "How can I get help or emergency services?"
"title": "Minnesota floods June 2024. How can I get help or emergency services?",
"prompt": "Minnesota floods June 2024. How can I get help or emergency services?"
}, {
"title": "How can I contact my family and friends?",
"prompt": "How can I contact my family and friends?"
"title": "June 2024 Iowa Big Sioux River flooding. How can I contact my family and friends?",
"prompt": "June 2024 Iowa Big Sioux River flooding. How can I contact my family and friends?"
}
]
}
Expand Down
2 changes: 0 additions & 2 deletions .svelte-kit/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ declare module '$env/static/private' {
export const USERDOMAIN_ROAMINGPROFILE: string;
export const USERNAME: string;
export const USERPROFILE: string;
export const VIPSHOME: string;
export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
export const VSCODE_GIT_ASKPASS_MAIN: string;
export const VSCODE_GIT_ASKPASS_NODE: string;
Expand Down Expand Up @@ -347,7 +346,6 @@ declare module '$env/dynamic/private' {
USERDOMAIN_ROAMINGPROFILE: string;
USERNAME: string;
USERPROFILE: string;
VIPSHOME: string;
VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
VSCODE_GIT_ASKPASS_MAIN: string;
VSCODE_GIT_ASKPASS_NODE: string;
Expand Down
2 changes: 1 addition & 1 deletion .svelte-kit/generated/server/internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a141636

Please sign in to comment.