We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use xxhash for hashing, create a cozo table for saving these. lookup before every call to openai
xxhash(json.dumps({ chatml, parameters })) => cache lookup => openai
the hash is the key, save the response as the value