2
0
Commit Graph

378 Commits

Author SHA1 Message Date
c534613087 🚸 (openai) Display OpenAI initial response error 2023-08-02 08:10:26 +02:00
482462f2b1 📝 (openai) Add troobleshoot guide for empty message issue 2023-08-01 17:50:29 +02:00
aa9f5bc732 (condition) Add regex comparison item 2023-08-01 08:20:16 +02:00
c99298e49b (paymentInput) Handle Stripe redirection
Closes #631
2023-07-27 17:25:02 +02:00
7942ae4751 🐛 (sendMessage) Return updated session in all cases 2023-07-24 09:21:55 +02:00
3952ae2755 Stream bubble content if placed right after Op…
Closes #617
2023-07-19 11:20:44 +02:00
13ac46975d 🐛 Fix viewer's .env.local.example inline comment 2023-07-18 14:54:11 +02:00
aa4c16dad7 Regroup database queries of /sendMessage in one place
Potentially reduces the total queries to database and it will help to migrate to Edge runtime
2023-07-18 14:31:20 +02:00
3426d6689d Replace updates with updateManys when possible
Easy performance win to avoid triggering SELECT query after an UPDATE
2023-07-16 18:52:30 +02:00
521cb50782 Remove invalid js in meta head code 2023-07-15 16:39:45 +02:00
d3fb31b43a Downgrade next package version
Introduced "Invalid left-hand side in assignment"
2023-07-15 14:47:09 +02:00
e293cb0111 Add Next.js embed library 2023-07-15 12:28:10 +02:00
81bc0746cf ⬆️ Upgrade dependencies 2023-07-15 10:46:36 +02:00
6565fcc29c 🐛 (openai) Fix incompatible OpenAI types 2023-07-12 12:28:58 +02:00
5644a0c8e0 ⬆️ Upgrade OpenAI stream deps 2023-07-12 12:00:23 +02:00
37bb172f25 🚑 Fix invalid rewrites for custom domains 2023-07-11 19:32:37 +02:00
174d50ad1b (settings) Parse custom head code to remove invalid text nodes 2023-07-11 19:17:38 +02:00
b2a973472f 🚑 (lp) Hard-code rewrite to typebot.io 2023-07-11 18:34:17 +02:00
0465275f82 🔧 Rewrite viewer to landing-page 2023-07-11 18:13:31 +02:00
56078b4e02 🐛 (share) Enable back empty public ID for self-hosted version
Closes #576
2023-07-07 14:35:17 +02:00
5a05310a9c 🛂 Add isSuspended prop on workspace 2023-07-04 14:56:36 +02:00
92740ad2ff 🚑 Fix answer upsert on duplicate itemId 2023-07-01 22:20:22 +02:00
24126ac9b8 🚑 Fix answer upsert missing groupId 2023-06-30 12:56:50 +02:00
b0f25f301b (analytics) Improve analytics graph accuracy 2023-06-30 12:39:20 +02:00
9658277d97 🐛 (sheets) Fix sheet block when filter is undefined 2023-06-29 15:17:51 +02:00
50fcbfd95e (pixel) Add skip initialization option 2023-06-28 10:37:01 +02:00
033f8f99dd Add Meta Pixel block
Closes #582
2023-06-28 09:52:03 +02:00
92f7f3cbe2 🐛 (condition) Improve comparison on dates 2023-06-27 09:18:36 +02:00
c94cd1e37c 🚑 (condition) Remove null check on comparison value
Closes #572
2023-06-22 14:48:12 +02:00
bfca8d9368 🐛 (openai) Fix streaming when starting with OpenAI block 2023-06-22 11:47:28 +02:00
8e7479a1bd 🐛 (condition) Fix condition parsing with value "null" 2023-06-22 11:39:03 +02:00
3be39cbc78 (openai) Use Vercel's AI SDK for streaming 2023-06-20 17:33:30 +02:00
f1b643c5be 🔒 Revert ddos lockdown 2023-06-19 18:41:00 +02:00
cec072b2a2 🐛 (conditions) Fix negative comparisons 2023-06-19 10:41:07 +02:00
dcdf870308 (openai) Retry OpenAI call if status code is 503
Closes #529
2023-06-16 19:31:28 +02:00
524f1565d8 🚸 (openai) Parse stream on client to correctly handle errors 2023-06-16 19:26:29 +02:00
83f2a29faa (openai) Add new models and remove tiktoken
Instead of computing total tokens with tiktoken we just attempt retries after trimming the first message
2023-06-16 16:50:32 +02:00
42234850ed (numberInput) Variabalize min, max, step 2023-06-15 15:20:46 +02:00
d8c1a36bc0 (setVariable) Add "Moment of the day" variable value
Closes #564
2023-06-15 14:45:42 +02:00
fbe63aa3f3 🚸 (sheets) Show info log instead of error when no rows are found 2023-06-15 14:42:20 +02:00
1e9c4bcb9a 📦 Add Cloudron package (#550)
Closes #30
2023-06-14 08:59:38 +02:00
290b491e53 (payment) Improve payment input amount label format
Closes #553
2023-06-09 10:44:23 +02:00
ef0a2d9dc6 Add conditional choice items
Allows you to conditonnally display an item from the Buttons or the Picture choice input

Closes #546
2023-06-05 17:33:43 +02:00
8822e4e7e4 🚸 (openai) Add missing credentials error to chat completion streamer 2023-06-05 09:03:54 +02:00
154271c7f2 🐛 (sheets) Fix empty and unique filter 2023-05-26 10:46:40 +02:00
75f9da0a4f (webhook) Add client execution option 2023-05-26 09:20:22 +02:00
55bbf0e593 ⬆️ Upgrade dependencies 2023-05-25 18:36:51 +02:00
16f3ad3a19 🐛 (payment) Round the amount to avoid weird Js long decimals 2023-05-25 13:58:54 +02:00
56364fd863 (openai) Stream chat completion to avoid serverless timeout (#526)
Closes #520
2023-05-25 10:32:35 +02:00
27b009dd76 Remember result in either local or session storage (#514)
Closes #513
2023-05-16 14:58:56 +02:00