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 /libawl/src/provider_openai.zig | |
| parent | 52b2ca78aed7950af27d4865aee65da781514a99 (diff) | |
work
Diffstat (limited to 'libawl/src/provider_openai.zig')
| -rw-r--r-- | libawl/src/provider_openai.zig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libawl/src/provider_openai.zig b/libawl/src/provider_openai.zig deleted file mode 100644 index c459a9e..0000000 --- a/libawl/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 |
