working caching & better diff prompt

This commit is contained in:
William Guss
2024-07-31 01:11:37 -07:00
parent b86807b5f3
commit cc2aa7d3f8
7 changed files with 163 additions and 103 deletions

View File

@@ -129,6 +129,7 @@ You can then visualize your promtps by visiting the frontend on `http://localhos
- [ ] Serialize lkstrs in the jkson dumps in pyhton the same way as the db serializers them for the frontend (\_\_lstr vs SerialziedLstr) <- these are pydantic models and so we can reuse them
- [ ] handle failure to serialize.
- [ ] Unify cattrs deserialziation and serialization its fucked right now.
- [ ] Fix URL not changing on invocation click
## Tests