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
I ran into a problem when deploy the model.
Here is the error:
ModuleNotFoundError Traceback (most recent call last) in <cell line: 2>()
1 import os
----> 2 import autogen
3 from textwrap import dedent
4 from finrobot.utils import register_keys_from_json
5 from finrobot.agents.workflow import SingleAssistantShadow
6 frames /usr/local/lib/python3.10/dist-packages/autogen/oai/client.py in
34 from openai import APIError, APITimeoutError, AzureOpenAI, OpenAI
35 from openai import version as OPENAIVERSION
---> 36 from openai.lib._parsing._completions import type_to_response_format_param
37 from openai.resources import Completions
38 from openai.types.chat import ChatCompletion
ModuleNotFoundError: No module named 'openai.lib._parsing'
The text was updated successfully, but these errors were encountered:
I ran into a problem when deploy the model.
Here is the error:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 2>()
1 import os
----> 2 import autogen
3 from textwrap import dedent
4 from finrobot.utils import register_keys_from_json
5 from finrobot.agents.workflow import SingleAssistantShadow
6 frames
/usr/local/lib/python3.10/dist-packages/autogen/oai/client.py in
34 from openai import APIError, APITimeoutError, AzureOpenAI, OpenAI
35 from openai import version as OPENAIVERSION
---> 36 from openai.lib._parsing._completions import type_to_response_format_param
37 from openai.resources import Completions
38 from openai.types.chat import ChatCompletion
ModuleNotFoundError: No module named 'openai.lib._parsing'
The text was updated successfully, but these errors were encountered: