6 lines
128 B
Python
6 lines
128 B
Python
|
|
"""OpenAI provider — direct OpenAI SDK integration."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
# TODO: Implement OpenAI provider
|