Skip to content

Commit 1ba0933

Browse files
committed
Merge remote-tracking branch 'origin/claude/integrate-openai-responses-wrBhM' into claude/test-responses-branch-G3tax
2 parents 6b84a0d + ad8b5d1 commit 1ba0933

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+13195
-164
lines changed

build/lib/llm/__init__.py

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.

build/lib/llm/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .cli import cli
2+
3+
if __name__ == "__main__":
4+
cli()

0 commit comments

Comments
 (0)