Closed pierre-sigwalt closed 1 day ago
Would be nice to get the cost for MistralAI.
I believe their Client is returning the response. If not would it be possible to add to the response all of the prompt used so we can use their tokenizer to compute it.
Thank you
Found the answer using response, completion = instructor_client.completions.create_with_completion
Would be nice to get the cost for MistralAI.
I believe their Client is returning the response. If not would it be possible to add to the response all of the prompt used so we can use their tokenizer to compute it.
Thank you