diff options
| author | Frank <[email protected]> | 2025-09-12 18:38:54 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-15 14:48:02 -0400 |
| commit | 7218a662ab08e5526d469090a565342872f04a48 (patch) | |
| tree | 18b72df25ff825785b50c9a30ce88b8360624b3e /cloud/app/src | |
| parent | d947df306907b8b5e75b294c68f876dc752943a9 (diff) | |
| download | opencode-7218a662ab08e5526d469090a565342872f04a48.tar.gz opencode-7218a662ab08e5526d469090a565342872f04a48.zip | |
wip: zen
Diffstat (limited to 'cloud/app/src')
| -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.ts | 2 | ||||
| -rw-r--r-- | cloud/app/src/routes/zen/v1/messages.ts | 2 | ||||
| -rw-r--r-- | cloud/app/src/routes/zen/v1/responses.ts | 2 |
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 |
