mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-30 11:32:18 +00:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class BasicLlmModelSerializer < ApplicationSerializer
|
||
|
attributes :id, :display_name
|
||
|
end
|