openaihub 1.1.25 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
- package/runtime/openaihub-windows.zip +0 -0
package/README.md
CHANGED
|
@@ -42,6 +42,8 @@ Local API notes:
|
|
|
42
42
|
- current endpoints:
|
|
43
43
|
- `GET /v1/models`
|
|
44
44
|
- `POST /v1/chat/completions`
|
|
45
|
+
- `POST /v1/messages`
|
|
46
|
+
- `/v1/messages` supports Claude Code / Claude Haha screenshots via Anthropic `image` content blocks.
|
|
45
47
|
|
|
46
48
|
The local API follows the current account selected in OpenAI Hub, and can reuse the existing refresh / auto-switch logic.
|
|
47
49
|
|
package/package.json
CHANGED
|
Binary file
|