summaryrefslogtreecommitdiff
path: root/libpanto/src/provider_openai.zig
diff options
context:
space:
mode:
authorT <t@tjp.lol>2026-05-25 13:24:02 -0700
committerT <t@tjp.lol>2026-05-25 15:27:11 -0700
commitdf2edee86eec2a8deb0ad57b5d20552199c12b65 (patch)
treec1e962e9b0bdf25572929e3efedc3b1915be853f /libpanto/src/provider_openai.zig
parente8272efd9f71ad27a0e62b6b3fa3d13e99a6736f (diff)
phase 1 done
Diffstat (limited to 'libpanto/src/provider_openai.zig')
-rw-r--r--libpanto/src/provider_openai.zig6
1 files changed, 0 insertions, 6 deletions
diff --git a/libpanto/src/provider_openai.zig b/libpanto/src/provider_openai.zig
deleted file mode 100644
index c459a9e..0000000
--- a/libpanto/src/provider_openai.zig
+++ /dev/null
@@ -1,6 +0,0 @@
-// OpenAI-compatible provider implementation.
-// Implementation pending; this module will:
-// - Convert Conversation → OpenAI wire JSON
-// - Make HTTP POST with stream: true
-// - Parse SSE events, drive block boundary state machine
-// - Call the full Receiver callback sequence