Rishabh Poddar (@rishpoddar) 's Twitter Profile
Rishabh Poddar

@rishpoddar

Engineering at Miko.ai | Founder and Ex-CTO at @supertokensio (open source auth) | Y Combinator S20

ID: 1107932534980014082

calendar_today19-03-2019 09:11:15

485 Tweet

363 Takipçi

15 Takip Edilen

Rishabh Poddar (@rishpoddar) 's Twitter Profile Photo

Day 18 of building autolead.trythis.app Didn't have much time today but made a small improvement: added a DB cache for LLM prompts to save on AI costs. Flow: - DB table: prompt (varchar(100)), model, response - Store key as {prompt.slice(0, 10)}{sha256(prompt)} so

Day 18 of building autolead.trythis.app  

Didn't have much time today but made a small improvement: added a DB cache for LLM prompts to save on AI costs.  

Flow:  
- DB table: prompt (varchar(100)), model, response  
- Store key as {prompt.slice(0, 10)}{sha256(prompt)} so