Fix model identification when creating conversations (#820)
PR #181 introduced a model ID field so that models could be switched out
without breaking existing conversations. However, the new conversation
endpoint incorrectly uses the model name instead of ID, so without this
fix it was not possible to have a model with a different ID and name.
Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>