MCPcopy Create free account
hub / github.com/HisMax/RedInk / BadResponse

Class BadResponse

tests/errors_test.py:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 calls = []
252
253 class BadResponse:
254 status_code = 400
255 text = '{"error":{"message":"max_tokens is not compatible with this model. Use max_completion_tokens instead."}}'
256
257 class GoodResponse:
258 status_code = 200

Callers 1

fake_postFunction · 0.85

Calls

no outgoing calls

Tested by 1

fake_postFunction · 0.68