Fix form AI creation bug + use gpt4 turbo with Json mode

This commit is contained in:
Julien Nahum
2024-01-29 10:25:00 +01:00
parent 28e55574e6
commit 381824183c
5 changed files with 35 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ export const useCrisp = () => {
function pushEvent(event, data = {}) {
if (!crisp) return
crisp.pushEvent(event, data)
crisp.session.pushEvent(event, data)
}
function setSegments(segments, overwrite = false) {