IU-Capstone-Project-2024 / MoniDorm

3 stars 0 forks source link

Summarizer Service #32

Closed CatOrLeader closed 1 week ago

CatOrLeader commented 1 week ago

You need to implement the summarizer service, which can obtain the request from the API server with the list of reports, route the necessary data with the predefined prompt to the ChatGPT (or any other LLM) to summarize the failure, and answer the HTTP server with that. The next checklist will be useful:

CatOrLeader commented 1 week ago

Additional info:

You can see the single endpoint in the section analyst-system-controller Please, refer to this contract when developing a service

New contract (also placed in the wiki): contract.json

Check on the site: https://editor-next.swagger.io/