Skip to content

Commit

Permalink
fixup! Add Insight model
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 16, 2025
1 parent b278fac commit 9f0fd8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/insight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class Insight < ApplicationRecord
belongs_to :info_request, optional: false
has_many :outgoing_messages, through: :info_request

serialize :output, type: Hash, coder: JSON, default: {}

validates :model, presence: true
validates :temperature, presence: true
validates :template, presence: true
Expand Down

0 comments on commit 9f0fd8c

Please sign in to comment.