mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-09 02:40:50 +00:00
8 lines
115 B
Ruby
8 lines
115 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class AiApiAuditLog < ActiveRecord::Base
|
||
|
module Provider
|
||
|
OpenAI = 1
|
||
|
end
|
||
|
end
|