Skip to content

Commit

Permalink
Adding Dall-E and PDF support
Browse files Browse the repository at this point in the history
  • Loading branch information
agambon committed Apr 12, 2024
1 parent 7358875 commit c513f92
Show file tree
Hide file tree
Showing 26 changed files with 1,142 additions and 129 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ There were a number of improvements I wanted to make. This was initially done fo
### Copy Any Message
- A copy button is now present on any message, allowing the user to copy it to their clipboard.

### PDF Upload Queries
- When using a GPT model, the user can upload a PDF, which is parsed for text entirely browser-side. Then the user may ask the AI questions about the contents of the PDF.

### Mid-conversation Editing
- Just like on the official UI, the user may edit any message. This branches the conversation at that point.

Expand Down
1 change: 1 addition & 0 deletions dist/assets/__vite-browser-external-b25bb000.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const e={};export{e as default};
67 changes: 0 additions & 67 deletions dist/assets/index-0a8895ee.js

This file was deleted.

68 changes: 68 additions & 0 deletions dist/assets/index-4a068af4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-9d5554b1.js

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

1 change: 1 addition & 0 deletions dist/assets/index-b0e9e5d3.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/index-b4911648.css

This file was deleted.

11 changes: 11 additions & 0 deletions dist/assets/pdf-ea9598b5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/pdf-icon-d4c18e5d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" crossorigin src="/assets/index-0a8895ee.js"></script>
<link rel="stylesheet" href="/assets/index-b4911648.css">
<script type="module" crossorigin src="/assets/index-4a068af4.js"></script>
<link rel="stylesheet" href="/assets/index-b0e9e5d3.css">
</head>
<body>
<div id="app"></div>
Expand Down
Binary file removed dist/smoothgpt-0.2.zip
Binary file not shown.
21 changes: 21 additions & 0 deletions dist/workers/pdf.worker.min.mjs

Large diffs are not rendered by default.

Loading

0 comments on commit c513f92

Please sign in to comment.