None
TL
Review of Orbit by Mozilla
[]
matduggan.com
De = function (t, e) { return fetch("https://orbitbymozilla.com/v1/orbit/prompt/stream", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ prompt: t, chat_token: e }) }); }, $e = function (t, e) { return fetch("https://orbitbymozilla.com/v1/orbit/chat_history/reinstate_session", { method: "POST", headers: { "Content-Type": "application/json", Authorization: e }, body: JSON.stringify({ token: t.sessionToken }) }); }, Me = function (t) { return fetch("https://orbitbymozilla.com/v1/orbit/chat_history/clear_session", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ token: t }) }); }, Re = function (t, e, n) { return fetch("https://orbitbymozilla.com/v1/orbit/chat_history/update_context_history", { method: "POST",…