Skip to content

Commit 9f6c9c5

Browse files
committed
Fix formatting issues for biome
1 parent b7e449a commit 9f6c9c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/pages/aiAssistant/assistant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createReactAgent } from "@langchain/langgraph/prebuilt";
2-
import alert from "dialogs/alert";
32
import { ChatOpenAI } from "@langchain/openai";
3+
import alert from "dialogs/alert";
44
import confirm from "dialogs/confirm";
55
import select from "dialogs/select";
66
import Ref from "html-tag-js/ref";

src/settings/aiassistantSettings.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ export default function aiassistantSettings() {
2020
info: "Enter your AI model here.",
2121
},
2222
{
23-
key: "aiBaseUrl",
24-
text: "API Base URL",
25-
value: values.aiBaseUrl,
26-
prompt: "API Base URL",
27-
info: "Enter base url of your api here.",
23+
key: "aiBaseUrl",
24+
text: "API Base URL",
25+
value: values.aiBaseUrl,
26+
prompt: "API Base URL",
27+
info: "Enter base url of your api here.",
2828
}
2929
];
3030

0 commit comments

Comments
 (0)