2
0
Commit Graph

221 Commits

Author SHA1 Message Date
111fb323b1 (wait) Add pause option on Wait block
Closes #751
2023-09-04 14:52:16 +02:00
27a5f4eb74 (openai) Add custom provider and custom models
Closes #532
2023-09-01 16:19:59 +02:00
dfcfdf2138 🚸 Skip validation if __ENV.js file does not exist 2023-08-31 09:57:54 +02:00
9a79bc38ee Use minio for presigned urls and remove aws sdk 2023-08-30 09:08:05 +02:00
b852b4af0b Add WhatsApp integration beta test (#722)
Related to #401
2023-08-29 10:05:24 +02:00
6dc9b28f7d 🚑 (lp) Fix environment injection in landing page 2023-08-28 09:38:52 +02:00
786e5cb582 🧑‍💻 Improve env variables type safety and management (#718)
Closes #679
2023-08-28 09:13:53 +02:00
d700af17e9 🚸 (openai) Implement retries if openai rate limit reached 2023-08-24 15:28:44 +02:00
906845bd76 🔒 Improve workspace API role filtering 2023-08-17 15:11:50 +02:00
22cedb379d Revert "⬆️ Upgrade next packages"
This reverts commit 401efa9d0c.
2023-08-14 21:49:03 +02:00
401efa9d0c ⬆️ Upgrade next packages 2023-08-11 15:17:17 +02:00
693631e076 🔧 Add prettier dependency at root folder 2023-08-09 14:39:08 +02:00
482462f2b1 📝 (openai) Add troobleshoot guide for empty message issue 2023-08-01 17:50:29 +02:00
81c2e5022b 🐛 (embed) Fix custom close icon placement in bubble button 2023-07-31 09:39:30 +02:00
1ebd528753 (video) Add youtube shorts auto parsing 2023-07-21 08:02:15 +02:00
1095cf7f09 ⬆️ Upgrade giphy package 2023-07-18 09:25:24 +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
5644a0c8e0 ⬆️ Upgrade OpenAI stream deps 2023-07-12 12:00:23 +02:00
455c3bdfd7 👷 Improve monthly clean database script
Archive results that were not properly archived
2023-07-12 12:00:23 +02:00
174d50ad1b (settings) Parse custom head code to remove invalid text nodes 2023-07-11 19:17:38 +02:00
3be39cbc78 (openai) Use Vercel's AI SDK for streaming 2023-06-20 17:33:30 +02:00
7c2e5740dc 🔒 Add rate limiter on email signin endpoint 2023-06-20 15:49:54 +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
a4cb6face8 👷 Add email alert hourly sender
Closes #549
2023-06-06 13:25:13 +02:00
b2ea8fc059 🌐 Translate workspace (#528) 2023-05-31 07:53:30 +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
56364fd863 (openai) Stream chat completion to avoid serverless timeout (#526)
Closes #520
2023-05-25 10:32:35 +02:00
f2d31745ca 💚 Revert rollup upgrade to make it work with turbo dev 2023-05-03 08:29:13 -04:00
68a15f5ac1 ⬆️ Upgrade dependencies 2023-05-02 15:33:42 -04:00
e58016e43a (openai) Truncate messages sequence automatically if reaching token limit 2023-05-02 13:37:02 -04:00
e0a9824913 ♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant

Closes #386
2023-04-13 17:10:59 +02:00
21b1d74b7e ⬆️ Upgrade dependencies 2023-04-03 15:28:16 +02:00
61981f9e92 📝 (sheets) Add instructions on how to format spreadsheet 2023-03-30 15:53:01 +02:00
3ef4efab4e Add Unsplash picker
Closes #413
2023-03-29 15:20:01 +02:00
4986ec79f5 🐛 (auth) Fix invalid redirects to internal url
Closes #403
2023-03-29 08:14:35 +02:00
38ed5758fe (theme) Add theme templates
Allows you to save your themes and select a theme from Typebot's gallery

Closes #275
2023-03-28 15:10:06 +02:00
02d25d0fc7 🐛 Fix focus after selecting mark in text editor 2023-03-21 18:26:39 +01:00
90cb0750b8 💚 Fix Sentry sourcemap upload
Closes #405
2023-03-21 13:58:05 +01:00
cbc8194f19 ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
ff09814ead ⬆️ Upgrade dependencies 2023-03-14 15:08:53 +01:00
9ca17e4e0b 📈 Add telemetry webhook
Closes #357
2023-03-14 14:20:21 +01:00
138f3f8b07 🌐 Introduce i18n
Only translate dashboard page for now

Closes #322
2023-03-11 11:05:07 +01:00
6b08df71ba 🚸 (phone) Improve phone input behavior and validation
Now accepting landline phone numbers. Consistent select UI on every browser. Auto focus on country select.
2023-03-09 14:21:09 +01:00
ff04edf139 Add OpenAI block
Also migrate credentials to tRPC

Closes #253
2023-03-09 08:46:36 +01:00
5dd87554c3 🐛 Attempt to fix load crash on UC Browser 2023-02-25 19:52:00 +01:00
84628109d0 💚 Fix Vercel build due to unnecessary dev packages upload 2023-02-23 10:27:00 +01:00