-
-
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.
* format link in markdown Signed-off-by: cbh778899 <[email protected]> * move switchPage back to index.js, previous version can cause bugs Signed-off-by: cbh778899 <[email protected]> * hide training page, we might recover it in furture Signed-off-by: cbh778899 <[email protected]> * parse no more string to html document to make sure the program is secure Signed-off-by: cbh778899 <[email protected]> * update email pattern Signed-off-by: cbh778899 <[email protected]> * update version Signed-off-by: cbh778899 <[email protected]> * comment out yeager route Signed-off-by: cbh778899 <[email protected]> * add dataset_name in chat request Signed-off-by: cbh778899 <[email protected]> * remove collection_name Signed-off-by: cbh778899 <[email protected]> * implement remove session Signed-off-by: cbh778899 <[email protected]> * update version Signed-off-by: cbh778899 <[email protected]> * Create FUNDING.yml (#56) Signed-off-by: Bohan Cheng <[email protected]> --------- Signed-off-by: cbh778899 <[email protected]> Signed-off-by: Bohan Cheng <[email protected]>
- Loading branch information
Showing
9 changed files
with
100 additions
and
14 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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const VERSION = '0.1.8' | ||
export const VERSION = '0.1.9' | ||
export const API_ADDRESS = '/api' |
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