CarterN2000 / Project-3

1 stars 0 forks source link

Glows for Server - Open-AI Integration #18

Open elliesolhjou opened 10 months ago

elliesolhjou commented 10 months ago

Incorporating the OpenAI Chat API into the backend system for a smooth and uninterrupted conversation experience, with the added functionality of seamlessly maintaining chat history in memory. Furthermore, the system should be designed to retrieve the model at a later time for enhanced efficiency. These aspects are particularly enjoyable for me when crafting the backend.

https://github.com/CarterN2000/Project-3/blob/33f1eb7af1c01dc73952f99516b7edcc178779e2/backend/controllers/apis.js#L6C1-L97C2

bsong1124 commented 10 months ago

Glows for server: Similar to grows for client, well named files/functions/variables make it easy to understand the flow without having to read each line of code. Great use of schemas(unlike my group :D ). Comments that explain the heavy lifting functions are quite nice to give more context.

zachkurfirst commented 10 months ago
connorgunter commented 10 months ago