Add OpenAI token configuration to self-hosting settings (#122)

* feat: add OpenAI settings partial
This commit is contained in:
Juan José Mata
2025-08-22 23:04:59 -07:00
committed by GitHub
parent d054cd0bb2
commit 5d6915a994
10 changed files with 82 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
<%= content_for :page_title, t(".title") %>
<%= settings_section title: t(".general") do %>
<div class="space-y-6">
<div class="space-y-6">
<%= render "settings/hostings/openai_settings" %>
<%= render "settings/hostings/brand_fetch_settings" %>
<%= render "settings/hostings/twelve_data_settings" %>
</div>