amritpandey23 / Vidura

Personal work tracker
0 stars 1 forks source link

[AI]: Centralized API for accessing GPT services #27

Open amritpandey23 opened 3 weeks ago

amritpandey23 commented 3 weeks ago

We want to add a Centralized API for accessing GPT services so that any component in the application can simply call it. For this to work, the users have to specify the API key in settings.json file.

amritpandey23 commented 3 weeks ago

API access added. Now people can call completion service whenever they want within program. Second part is to add a route like /ai/ask or /get_completion so that any route can call this service.