mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
fix: Update max_turns config (#12604)
Pass max_turns in the run config than during the initialization. --------- Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -15,7 +15,6 @@ Rails.application.config.after_initialize do
|
||||
config.openai_api_base = api_base
|
||||
end
|
||||
config.default_model = model
|
||||
config.max_turns = 30
|
||||
config.debug = false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user