summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/zen/handler.ts (renamed from cloud/app/src/util/zen.ts)0
-rw-r--r--cloud/app/src/routes/zen/v1/chat/completions.ts2
-rw-r--r--cloud/app/src/routes/zen/v1/messages.ts2
-rw-r--r--cloud/app/src/routes/zen/v1/responses.ts2
4 files changed, 3 insertions, 3 deletions
diff --git a/cloud/app/src/util/zen.ts b/cloud/app/src/routes/zen/handler.ts
index 7a7643568..7a7643568 100644
--- a/cloud/app/src/util/zen.ts
+++ b/cloud/app/src/routes/zen/handler.ts
diff --git a/cloud/app/src/routes/zen/v1/chat/completions.ts b/cloud/app/src/routes/zen/v1/chat/completions.ts
index 13a75a4a4..801557324 100644
--- a/cloud/app/src/routes/zen/v1/chat/completions.ts
+++ b/cloud/app/src/routes/zen/v1/chat/completions.ts
@@ -1,5 +1,5 @@
import type { APIEvent } from "@solidjs/start/server"
-import { handler } from "~/util/zen"
+import { handler } from "~/routes/zen/handler"
type Usage = {
prompt_tokens?: number
diff --git a/cloud/app/src/routes/zen/v1/messages.ts b/cloud/app/src/routes/zen/v1/messages.ts
index b2e9e275a..1fd85d5c7 100644
--- a/cloud/app/src/routes/zen/v1/messages.ts
+++ b/cloud/app/src/routes/zen/v1/messages.ts
@@ -1,5 +1,5 @@
import type { APIEvent } from "@solidjs/start/server"
-import { handler } from "~/util/zen"
+import { handler } from "~/routes/zen/handler"
type Usage = {
cache_creation?: {
diff --git a/cloud/app/src/routes/zen/v1/responses.ts b/cloud/app/src/routes/zen/v1/responses.ts
index 1bca91f52..486c129b9 100644
--- a/cloud/app/src/routes/zen/v1/responses.ts
+++ b/cloud/app/src/routes/zen/v1/responses.ts
@@ -1,5 +1,5 @@
import type { APIEvent } from "@solidjs/start/server"
-import { handler } from "~/util/zen"
+import { handler } from "~/routes/zen/handler"
type Usage = {
input_tokens?: number