mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-20 07:24:21 +01:00
revert: Revert relative imports in scripts and fix imports in tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import openai
|
||||
from .config import Config
|
||||
from config import Config
|
||||
cfg = Config()
|
||||
|
||||
openai.api_key = cfg.openai_api_key
|
||||
|
||||
Reference in New Issue
Block a user