Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combing Macros with AI API
#1
Did anyone tried to make a macro that performs tasks based on response by AI model (like Gpt)? For example i have a program that would search google for a keyword, then it would take the first result of search and ask GPT to asses if this search result is a good match for the content im searching for, if GPT responds yes then GPT gives short description and email address, then macro uses that reponse to uptdate excel database or do sth else etc.

What i`m looking for is to get a macro conected to GPT API so that it could have some logical reasoning when performing actions. Any one tried it before?

Thanks,
#2
In QM it would be much harder than for example in C#. Some reasons:
- There is no OpenAI library for QM. Would need to parse JSON.
- QM does not have a JSON parser. Maybe you can find a COM library for it.
- Probably nobody uses QM + AI. No info, no help.

Much easier in LibreAutomate C#. You can use the OpenAI library, JSON, etc.


Forum Jump:


Users browsing this thread: 4 Guest(s)