feat: OpenAI settings page
Add a new settings page for OpenAI configuration, including a dedicated tab in the settings layout, translations, and routing.
This commit is contained in:
@@ -5,6 +5,7 @@ import sidepanel from "@/assets/locale/en/sidepanel.json";
|
||||
import settings from "@/assets/locale/en/settings.json";
|
||||
import knowledge from "@/assets/locale/en/knowledge.json";
|
||||
import chrome from "@/assets/locale/en/chrome.json";
|
||||
import openai from "@/assets/locale/en/openai.json";
|
||||
|
||||
export const en = {
|
||||
option,
|
||||
@@ -13,5 +14,6 @@ export const en = {
|
||||
sidepanel,
|
||||
settings,
|
||||
knowledge,
|
||||
chrome
|
||||
chrome,
|
||||
openai
|
||||
}
|
||||
Reference in New Issue
Block a user