6 lines
122 B
Python
6 lines
122 B
Python
from agent import model
|
|
|
|
if __name__ == '__main__':
|
|
response = model.invoke("西红柿、鸡蛋")
|
|
print(response)
|