Skip to content

Commit

Permalink
Merge pull request elizaOS#1493 from mdqst/patch-2
Browse files Browse the repository at this point in the history
docs: Fixed a small syntax issue in the ModelClass Update fine-tuning.md
  • Loading branch information
lalalune authored Dec 27, 2024
2 parents b78fbfe + ed1e9f3 commit a930c84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/advanced/fine-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Models are categorized into different classes based on their capabilities:

```typescript
enum ModelClass {
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
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
}
```

Expand Down

0 comments on commit a930c84

Please sign in to comment.