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
Describe the bug
Traceback (most recent call last):
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 351, in
agent = MusicAgent(args.config, mode="cli")
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 44, in init
self._init_backend_from_env()
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 103, in _init_backend_from_env
api_key, org_id = sk.openai_settings_from_dot_env()
AttributeError: module 'semantic_kernel' has no attribute 'openai_settings_from_dot_env'
To Reproduce
Steps to reproduce the behavior:
import semantic_kernel as sk # the version is 1.1.1
api_key, org_id = sk.openai_settings_from_dot_env()
report the error
The text was updated successfully, but these errors were encountered:
Describe the bug
Traceback (most recent call last):
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 351, in
agent = MusicAgent(args.config, mode="cli")
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 44, in init
self._init_backend_from_env()
File "/root/autodl-tmp/muzic-main/musicagent/agent.py", line 103, in _init_backend_from_env
api_key, org_id = sk.openai_settings_from_dot_env()
AttributeError: module 'semantic_kernel' has no attribute 'openai_settings_from_dot_env'
To Reproduce
Steps to reproduce the behavior:
import semantic_kernel as sk # the version is 1.1.1
api_key, org_id = sk.openai_settings_from_dot_env()
report the error
The text was updated successfully, but these errors were encountered: