# frozen_string_literal: true
class BasicLlmModelSerializer < ApplicationSerializer
attributes :id, :display_name
end