Viewing a single comment thread. View all comments

rohetoric t1_izo0hzs wrote

How did you do this? Via APIs?

2

wymco t1_izpny82 wrote

Yep, I think so. Would build some sort of server that can receive commands when the function is executed. The server will pass the query to the model (which in this case located with OpenAi) via Api (you can receive the api keys once registered with openai)...

Every query will cost you some pennies...Just a high level description...

1