Skip to content

Commit

Permalink
Merge pull request #21 from nasa-petal/save-chats
Browse files Browse the repository at this point in the history
Save chats
  • Loading branch information
bruffridge authored Feb 14, 2024
2 parents 6d765c8 + ad2ad5b commit 6b65fe6
Show file tree
Hide file tree
Showing 21 changed files with 1,487 additions and 195 deletions.
424 changes: 401 additions & 23 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"svelte": "^4.0.0"
},
"dependencies": {
"deep-chat-dev": "^9.0.124",
"sirv-cli": "^2.0.0"
"deep-chat-dev": "^9.0.131",
"sirv-cli": "^2.0.0",
"svelte-agnostic-draggable": "^0.2.0",
"svelte-touch-to-mouse": "^1.0.0"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
Expand Down
1 change: 1 addition & 0 deletions public/chevron-right-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/grip-lines-vertical-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BIDARA: Bio-Inspired Design and Research Assistant</title>
<meta name="description" content="BIDARA is a GPT-4 chatbot that was instructed to help scientists and engineers understand, learn from, and emulate the strategies used by living things to create sustainable designs and technologies using the Biomimicry Institute's step-by-step design process." />
<link href="https://unpkg.com/[email protected]/dist/tailwind.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="build/bundle.css" />
<script defer src='build/bundle.js'></script>
Expand Down
1 change: 1 addition & 0 deletions public/pen-to-square-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/trash-can-red.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/trash-can-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6b65fe6

Please sign in to comment.