diff options
| author | T <t@tjp.lol> | 2026-05-25 12:19:50 -0700 |
|---|---|---|
| committer | T <t@tjp.lol> | 2026-05-25 12:39:24 -0700 |
| commit | e8272efd9f71ad27a0e62b6b3fa3d13e99a6736f (patch) | |
| tree | 16932c3f947aac908e15b77a71f9db3184e18a5c /libpanto/src/provider_openai.zig | |
| parent | 52b2ca78aed7950af27d4865aee65da781514a99 (diff) | |
work
Diffstat (limited to 'libpanto/src/provider_openai.zig')
| -rw-r--r-- | libpanto/src/provider_openai.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpanto/src/provider_openai.zig b/libpanto/src/provider_openai.zig new file mode 100644 index 0000000..c459a9e --- /dev/null +++ b/libpanto/src/provider_openai.zig @@ -0,0 +1,6 @@ +// 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 |
