- By default set the value ``parallel_tool_calls`` in OpenAI to ``False``.
0.5.8
-----
- If you have ``numpy`` installed in your environment, then ``tuneapi.utils.randomness.reservoir_sampling`` will honour the seed value. If you do not have ``numpy`` installed, then the seed value will be ignored. - Fix Bug in Gemini API body for functions with no parameters.
0.5.7
-----
- Implement ``extra_headers`` via ``__init__`` as well.
0.5.6
-----
- Remove protobuf as a dependency in because bunch of other packages break. The functions are still present
0.5.5
-----
- In all implmenetations of ``tuneapi.types.chats.ModelInterface`` add new input to the API endpoints called ``extra_headers`` which is a dictionary to update the outgoing headers.