We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c3f3f commit 909683aCopy full SHA for 909683a
docs/docs/advanced/fine-tuning.md
@@ -60,11 +60,11 @@ Models are categorized into different classes based on their capabilities:
60
61
```typescript
62
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
+ SMALL, // Fast, efficient for simple tasks
+ MEDIUM, // Balanced performance and capability
+ LARGE, // Most capable but slower/more expensive
+ EMBEDDING, // Specialized for vector embeddings
+ IMAGE // Image generation capabilities
68
}
69
```
70
0 commit comments