regostar / eventique

AI Enhanced Event Planning
MIT License
0 stars 2 forks source link

Task : Create an API endpoint which interacts with LLM #4 #38

Closed regostar closed 5 months ago

regostar commented 5 months ago

Story: #4

API should provide the interaction with LLM.

API should be designed in such a way that the LLM can be changed with minor changes.

Acceptance criteria:-

  1. Input text and LLM respond to the backend server.
  2. Response of LLM is sent as response to API
  3. Clear error messages if LLM is down

Design Pattern usage is recommended.