The community member is trying to add certain parameters ("do_sample", "temperature", "top_p") to an OpenAI-like class, but they are having trouble doing so using additional kwargs. Another community member suggests that using additional kwargs should work, as they get added to every API request, and provides a link to the relevant code.