diff options
Diffstat (limited to 'libpanto/src/provider_openai.zig')
| -rw-r--r-- | libpanto/src/provider_openai.zig | 6 |
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 |
