mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
7 lines
121 B
Python
7 lines
121 B
Python
from gpt_engineer.ai import AI
|
|
|
|
|
|
def test_ai():
|
|
AI()
|
|
# TODO Assert that methods behave and not only constructor.
|