DEV: Use Rails 7.0 instead of 7.1 in post-migrations
This commit is contained in:
parent
6f5873b072
commit
e26c5986f2
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
class AddProviderSpecificParamsToLlmModels < ActiveRecord::Migration[7.1]
|
class AddProviderSpecificParamsToLlmModels < ActiveRecord::Migration[7.0]
|
||||||
def up
|
def up
|
||||||
open_ai_organization = fetch_setting("ai_openai_organization")
|
open_ai_organization = fetch_setting("ai_openai_organization")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue