Currently, to get the token/server costs of a request, we have built a teensy SQLite DB that we query, but this DB is both static and kinda awkward. What are some ways we can structure this better, considering we just need to build it once, and update it rarely.
Possible Fixes:
Just store a hash map of the values - doesn't solve the problem but simpler
idk
Currently, to get the token/server costs of a request, we have built a teensy SQLite DB that we query, but this DB is both static and kinda awkward. What are some ways we can structure this better, considering we just need to build it once, and update it rarely.
Possible Fixes:
Just store a hash map of the values - doesn't solve the problem but simpler
idk