dglazkov / polymath

MIT License
132 stars 9 forks source link

Cache and save results #68

Open dalmaer opened 1 year ago

dalmaer commented 1 year ago

Save results for prompts. Allow for new runs and bring new results on top of the cached result.

Add a hash(query) => results cache to the client.

Related to #104.