Skip to content

Commit

Permalink
Merge pull request #1500 from janeyJo/patch-1
Browse files Browse the repository at this point in the history
docs: bad links in eliza-in-tee.md
  • Loading branch information
shakkernerd authored Dec 27, 2024
2 parents a6e1b83 + 671e7aa commit 339ccc7
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 339ccc7

Please sign in to comment.