Skip to content

Commit

Permalink
Add image model for Galadriel model provider
Browse files Browse the repository at this point in the history
  • Loading branch information
dontAskVI committed Dec 11, 2024
1 parent c6b00c6 commit a4bc511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/enumerations/ModelProviderName.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ Available model providers

---

### GALADRIEL
###

> **GALADRIEL**: `"galadriel"`
> ****: `""`
#### Defined in

Expand Down
1 change: 1 addition & 0 deletions packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export const models: Models = {
[ModelClass.MEDIUM]: "llama3.1:70b",
[ModelClass.LARGE]: "llama3.1:405b",
[ModelClass.EMBEDDING]: "gte-large-en-v1.5",
[ModelClass.IMAGE]: "stabilityai/stable-diffusion-xl-base-1.0",
},
},
[ModelProviderName.FAL]: {
Expand Down

0 comments on commit a4bc511

Please sign in to comment.