1
0
mirror of synced 2026-08-05 07:16:54 +00:00
Files

6 lines
121 B
Ruby
Raw Permalink Normal View History

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