Skip to content

Commit

Permalink
Merge branch 'elizaOS:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
IkigaiLabsETH authored Dec 27, 2024
2 parents 9e56d5a + a930c84 commit d0d653b
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 256 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
Loading

0 comments on commit d0d653b

Please sign in to comment.