Frank il y a 5 mois
Parent
commit
7218a662ab

+ 0 - 0
cloud/app/src/util/zen.ts → cloud/app/src/routes/zen/handler.ts


+ 1 - 1
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

+ 1 - 1
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?: {

+ 1 - 1
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