Skip to content

Commit cf62a68

Browse files
committed
feat: Better wording for Ollama
1 parent 2efb856 commit cf62a68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/(settings)/settings/models/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default async function Home() {
9090
<OpenRouterModelList models={userOpenRouterModels} />
9191
</div>
9292
<h2 className={"text-base-content text-xl mt-5 mb-2"}>
93-
Custom Provider
93+
Custom Providers (Ollama)
9494
</h2>
9595
<div className="grid space-y-2">
9696
<OllamaModelList models={userOllamaModels} />

src/components/OllamaModelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const OllamaModelList = ({ models }: OllamaListProps) => {
209209
onClick={() => setOpen(true)}
210210
>
211211
<PlusCircle className="w-6 h-6 text-base-content" />
212-
<h3 className="card-title text-base-content">Add a model</h3>
212+
<h3 className="card-title text-base-content">Add a host</h3>
213213
</div>
214214
</div>
215215
);

0 commit comments

Comments
 (0)