Charlie Weems

Results 25 issues of Charlie Weems

enhancement
in progress
code for sf

For voice: modify the inbound voice webhook service so that a user can specify a URL that will receive an out-of-session payload. https://github.com/aymenn/masked-comms-app/blob/master/src/services/inboundCall.service.ts#L16-L21

enhancement

Create function that splits out the area code and associates it with a lat-lon. This CSV maps are codes to lat-lon coordinates: https://github.com/ravisorg/Area-Code-Geolocation-Database/blob/master/us-area-code-geo.csv Use a library like [geolib](https://github.com/manuelbieh/geolib#getdistancestart-end-accuracy--1) to get...

enhancement

Currently, responses get increasingly slower as the chat context grows. We should implement a gradual rolloff of older queries that get summarized by GPT and then added to the end...