We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb856 commit cf62a68Copy full SHA for cf62a68
2 files changed
src/app/(settings)/settings/models/page.tsx
@@ -90,7 +90,7 @@ export default async function Home() {
90
<OpenRouterModelList models={userOpenRouterModels} />
91
</div>
92
<h2 className={"text-base-content text-xl mt-5 mb-2"}>
93
- Custom Provider
+ Custom Providers (Ollama)
94
</h2>
95
<div className="grid space-y-2">
96
<OllamaModelList models={userOllamaModels} />
src/components/OllamaModelList.tsx
@@ -209,7 +209,7 @@ export const OllamaModelList = ({ models }: OllamaListProps) => {
209
onClick={() => setOpen(true)}
210
>
211
<PlusCircle className="w-6 h-6 text-base-content" />
212
- <h3 className="card-title text-base-content">Add a model</h3>
+ <h3 className="card-title text-base-content">Add a host</h3>
213
214
215
);
0 commit comments