This webserver is designed to take requests from the client and take them to ChatGPT for responses. The API interface will be very dynamic as we get everything set up, but at it's core it should just be the request string itself, and any important context about the system in order to form the request ( File system, system resources, OS, ect)
Stars
2
Forks
0
Watchers
2
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
3
commits
fix: First message is by itself with our bot since there is no system message (#16)
cd7cf48View on GitHubfeat: Adding dictionary for system info in request context (#11)
1bccb36View on GitHub