You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A RuntimeWarning is raised during the execution of the program, indicating that a coroutine was never awaited. Specifically, the error occurs in the file openinference/instrumentation/openai/_request.py at line 191. The warning message is:
RuntimeWarning: coroutine 'AsyncAPIResponse.parse' was never awaited.
.../lib/python3.12/site-packages/openinference/instrumentation/openai/_request.py:191: RuntimeWarning: coroutine
'AsyncAPIResponse.parse' was never awaited
response.parse()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
.../lib/python3.12/site-packages/openinference/instrumentation/openai/_request.py:250: RuntimeWarning: coroutine
'AsyncAPIResponse.parse' was never awaited
_finish_tracing(
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Environment:
OS: macOS 14.6.1
Version: Python 3.12 (Anaconda environment)
openinference-instrumentation 0.1.18
openinference-instrumentation-groq 0.1.4
openinference-instrumentation-openai 0.1.17
openinference-semantic-conventions 0.1.12
The text was updated successfully, but these errors were encountered:
A RuntimeWarning is raised during the execution of the program, indicating that a coroutine was never awaited. Specifically, the error occurs in the file openinference/instrumentation/openai/_request.py at line 191. The warning message is:
RuntimeWarning: coroutine 'AsyncAPIResponse.parse' was never awaited.
Environment:
The text was updated successfully, but these errors were encountered: