Commit Graph

800 Commits

Author SHA1 Message Date
Abi Raja
b733400e91 throw exceptions with stack traces 2024-07-16 12:00:53 -04:00
Abi Raja
f7d0dbb7ce ping Sentry when Claude response is too long 2024-07-15 19:15:35 -04:00
Abi Raja
c092418e47 log and capture to sentry when OpenAI response is too long 2024-07-15 19:14:37 -04:00
Abi Raja
f9d6279b53 Merge branch 'main' into hosted 2024-07-15 19:03:52 -04:00
Abi Raja
9f732c4f5d update max tokens for Claude Sonnet 3.5 to newly supported limit (8192) 2024-07-15 18:51:22 -04:00
Abi Raja
5c7aa62414 log stop reason for Claude 2024-07-15 16:41:18 -04:00
Abi Raja
a2d6fda7fd update QA tests to use 4o and Claude Sonnet 2024-07-15 16:33:39 -04:00
Abi Raja
1a26e325be remove unused isPaid label 2024-07-11 16:51:20 -04:00
Abi Raja
50d1288693 Merge branch 'main' into hosted 2024-07-11 16:36:18 -04:00
Abi Raja
329b8e8e77 update front-end to indicate status of deprecated models 2024-07-11 16:34:48 -04:00
Abi Raja
9b99cad286 auto-upgrade usage of older models 2024-07-11 16:26:26 -04:00
Abi Raja
4bf472cc23 fix style on avatar dropdown 2024-07-11 15:49:11 -04:00
Abi Raja
456374dc9d improve free user detection (anytime before subscriber tier is loaded or if it is free) 2024-07-11 15:45:04 -04:00
Abi Raja
8a6557ce0c add more separators and link to feature requests 2024-07-11 15:41:24 -04:00
Abi Raja
ba277121db make avatar dropdown more obvious 2024-07-11 15:35:10 -04:00
Abi Raja
b80f0ec7bf Merge branch 'main' into hosted 2024-07-11 14:32:26 -04:00
Abi Raja
6c2bd1eb64 rename to KeyboardShortcutBadge 2024-07-11 14:20:50 -04:00
Abi Raja
f6da5eb0d4 add keyboard shortcut badge for update buttons 2024-07-11 14:18:31 -04:00
Abi Raja
9f034f7dcc improve dark mode of select and edit popup 2024-07-11 13:58:17 -04:00
Abi Raja
24a7462c9f support enter to update, shift + enter to create a new line and focus on update textarea after coding 2024-07-11 13:53:49 -04:00
Abi Raja
55ffd26a52 Update PricingDialog.tsx 2024-07-10 16:17:09 -04:00
Abi Raja
457b95d272 send along subscriber tier for user 2024-07-10 16:06:09 -04:00
Abi Raja
b7c81158ca change email support to intercom contact support 2024-07-10 15:50:49 -04:00
Abi Raja
1d1cbfc6f6 remove all references to crisp 2024-07-09 17:16:51 -04:00
Abi Raja
7f7d0c3504 send input mode to saas backend 2024-07-09 16:45:07 -04:00
Abi Raja
8c11366bd0 add sentry log for text generation 2024-07-09 13:17:00 -04:00
Abi Raja
7c132fd1bd Merge branch 'generate-from-text' into hosted 2024-07-09 13:04:30 -04:00
Abi Raja
2ec4bf59d3 add a beta label 2024-07-09 13:03:27 -04:00
Abi Raja
d13ae72c06 add basic text to ui generation 2024-07-09 12:53:07 -04:00
Abi Raja
d8b1c0ba4d initialize intercom for all users regardless of subscriber status 2024-07-07 14:05:08 -04:00
Abi Raja
0171ff9f3b support intercom for all users 2024-07-07 13:34:02 -04:00
Abi Raja
549210dcd4 Merge branch 'main' into hosted 2024-07-03 10:09:23 -04:00
Abi Raja
9ec3adad19 fix bug where a image with dimensions larger than what Claude can accept but under the file size limit Claude can accept was not resized 2024-07-03 10:06:04 -04:00
Abi Raja
c1fa5c4e97 Merge branch 'main' into hosted 2024-06-27 17:59:23 +08:00
Abi Raja
d2359f644c for images sent to Claude, resize if dimension exceeds limit 2024-06-27 17:59:15 +08:00
Abi Raja
92ea62e9bf Merge branch 'main' into hosted 2024-06-27 17:37:01 +08:00
Abi Raja
8e8ad1409f
Merge pull request #227 from fulit103/add-html-css-option
Add HTML/CSS system prompt and update stack descriptions
2024-06-27 16:25:46 +08:00
Abi Raja
606f535bc2 enable Select and Edit for HTML + CSS stack 2024-06-27 16:24:06 +08:00
Abi Raja
38a06517fb add unit tests for the prompt assembly 2024-06-27 16:08:41 +08:00
Abi Raja
638053a54c add HTML + CSS prompt for imported code 2024-06-27 16:02:06 +08:00
Abi Raja
ec1bada3e2 fix type errors introduced with previous changes 2024-06-27 16:01:28 +08:00
Abi Raja
51e06a4c4b fix order and update README 2024-06-27 15:03:42 +08:00
Abi Raja
d4e182cfe0 update name of stack 2024-06-27 14:58:14 +08:00
Abi Raja
0200274e61 Merge branch 'main' into pr/227 2024-06-27 14:44:24 +08:00
Abi Raja
1f9e93a2c7 capture the stack trace properly 2024-06-27 12:33:55 +08:00
Abi Raja
5e00b406af capture HTML tag extraction in Sentry so that we have full completion text 2024-06-27 12:25:05 +08:00
Abi Raja
cda34ae642 Merge branch 'main' into hosted 2024-06-26 16:54:33 +08:00
Abi Raja
901ce332a5 update default model to Claude 3.5 Sonnet 2024-06-26 16:52:07 +08:00
Abi Raja
b44f583a90 Merge branch 'main' into hosted 2024-06-26 16:42:16 +08:00
Abi Raja
edfd16ef1d extract only html content 2024-06-26 16:36:33 +08:00