MCPcopy Create free account
hub / github.com/InternScience/SciReason / _infer_result

Method _infer_result

opencompass/models/bailing_api_oc.py:223–231  ·  view source on GitHub ↗
(self, request, sess)

Source from the content-addressed store, hash-verified

221
222 # @retry(stop_max_attempt_number=3, wait_fixed=16000) # ms
223 def _infer_result(self, request, sess):
224 response = sess.request(
225 'POST',
226 self._url,
227 json=request,
228 headers=self._headers,
229 timeout=500,
230 )
231 return response

Callers 1

_generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected