MCPcopy Create free account
hub / github.com/ZyphrZero/z.ai2api_python / post

Method post

tests/test_upstream_dual_pool.py:81–82  ·  view source on GitHub ↗
(self, url, headers=None, json=None)

Source from the content-addressed store, hash-verified

79 return False
80
81 async def post(self, url, headers=None, json=None):
82 return await handler(headers or {})
83
84 return FakeAsyncClient
85

Callers 3

_create_upstream_chatMethod · 0.45
upload_imageMethod · 0.45
chat_completionMethod · 0.45

Calls 1

handlerFunction · 0.70

Tested by

no test coverage detected