Skip to content

Commit 909683a

Browse files
authored
docs: Fixed a small syntax issue in the ModelClass Update fine-tuning.md
1 parent e0c3f3f commit 909683a

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)