forked from open-webui/open-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,495 additions
and
1,506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,24 @@ | ||
{ | ||
"version": 0, | ||
"ui": { | ||
"default_locale": "en-US", | ||
"prompt_suggestions": [ | ||
{ | ||
"title": [ | ||
"Help me study", | ||
"vocabulary for a college entrance exam" | ||
], | ||
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option." | ||
}, | ||
{ | ||
"title": [ | ||
"Give me ideas", | ||
"for what to do with my kids' art" | ||
], | ||
"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter." | ||
}, | ||
{ | ||
"title": [ | ||
"Tell me a fun fact", | ||
"about the Roman Empire" | ||
], | ||
"content": "Tell me a random fun fact about the Roman Empire" | ||
}, | ||
{ | ||
"title": [ | ||
"Show me a code snippet", | ||
"of a website's sticky header" | ||
], | ||
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript." | ||
} | ||
] | ||
} | ||
} | ||
"version": 0, | ||
"ui": { | ||
"default_locale": "en-US", | ||
"prompt_suggestions": [ | ||
{ | ||
"title": ["Help me study", "vocabulary for a college entrance exam"], | ||
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option." | ||
}, | ||
{ | ||
"title": ["Give me ideas", "for what to do with my kids' art"], | ||
"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter." | ||
}, | ||
{ | ||
"title": ["Tell me a fun fact", "about the Roman Empire"], | ||
"content": "Tell me a random fun fact about the Roman Empire" | ||
}, | ||
{ | ||
"title": ["Show me a code snippet", "of a website's sticky header"], | ||
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript." | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,4 @@ | |
"tippy.js": "^6.3.7", | ||
"uuid": "^9.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -360,4 +360,4 @@ | |
"You": "", | ||
"You're a helpful assistant.": "", | ||
"You're now logged in.": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -359,4 +359,4 @@ | |
"You": "당신", | ||
"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.", | ||
"You're now logged in.": "로그인되었습니다." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,4 @@ | |
"code": "zh-TW", | ||
"title": "Chinese (Traditional)" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.