mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 16:04:28 +01:00
renaming
This commit is contained in:
@@ -675,7 +675,7 @@ function LLMPageContent() {
|
||||
<CardHeader>
|
||||
<CardTitle>Available Models</CardTitle>
|
||||
<CardDescription>
|
||||
Models available through your LLM gateway.
|
||||
Models available through your LLM platform.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
@@ -691,7 +691,7 @@ function LLMPageContent() {
|
||||
))}
|
||||
{models.length === 0 && (
|
||||
<div className="col-span-full text-center py-8 text-muted-foreground">
|
||||
No models available. Check your LLM gateway configuration.
|
||||
No models available. Check your LLM platform configuration.
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user