Skip to content

Commit 339ccc7

Browse files
authored
Merge pull request #1500 from janeyJo/patch-1
docs: bad links in eliza-in-tee.md
2 parents a6e1b83 + 671e7aa commit 339ccc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/advanced/fine-tuning.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Models are categorized into different classes based on their capabilities:
6060

6161
```typescript
6262
enum ModelClass {
63-
SMALL, // Fast, efficient for simple tasks
64-
MEDIUM, // Balanced performance and capability
65-
LARGE, // Most capable but slower/more expensive
66-
EMBEDDING // Specialized for vector embeddings
67-
IMAGE // Image generation capabilities
63+
SMALL, // Fast, efficient for simple tasks
64+
MEDIUM, // Balanced performance and capability
65+
LARGE, // Most capable but slower/more expensive
66+
EMBEDDING, // Specialized for vector embeddings
67+
IMAGE // Image generation capabilities
6868
}
6969
```
7070

0 commit comments

Comments
 (0)