MetaGPT_AI / test_api.py
Bob-Potato's picture
Rename test_api.pi to test_api.py
72f5033 verified
raw
history blame contribute delete
123 Bytes
from app import ask_question
question = "Ce este AI?"
response = ask_question(question)
print("Răspunsul AI:", response)