I would like to request the ability to specify sampling parameters when calling the chat completion function using the client. Currently, it would be beneficial to have an option to pass sampling parameters directly in the API call, similar to the following example:
client.contextual_completions.chat_completion(messages=messages, sampling_params=sampling_params)
I would like to request the ability to specify sampling parameters when calling the chat completion function using the client. Currently, it would be beneficial to have an option to pass sampling parameters directly in the API call, similar to the following example: