Task #3672
Feature #3669: Modularize the appengine application
Seperate into service and client for assistant_api
Status:
New
Priority:
Normal
Assignee:
-
Start date:
07/19/2024
Due date:
% Done:
0%
Estimated time:
Description
Create a folder services inside that there will be openai_service
Create a folder clients inside that there will be openai_client.
Seperate out the code of assistant_api and keep the logic inside service and do the crud operation for assistant, vectorstore, file inside openai_client