Skip to content

Commit ab544a7

Browse files
committed
🔧 Default models update to Flux 2 family + adding GPT-5 in place of Llama3
1 parent 9ddcccd commit ab544a7

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/publish-replicate-models.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
version: [
13-
{ name: "default", models: "meta/meta-llama-3-8b-instruct,meta/meta-llama-3-70b-instruct,meta/meta-llama-3.1-405b-instruct,black-forest-labs/flux-schnell,black-forest-labs/flux-dev,black-forest-labs/flux-pro" },
14-
{ name: "llama3", models: "meta/meta-llama-3-8b-instruct,meta/meta-llama-3-70b-instruct,meta/meta-llama-3.1-405b-instruct" },
15-
{ name: "flux", models: "black-forest-labs/flux-schnell,black-forest-labs/flux-dev,black-forest-labs/flux-pro" }
13+
{ name: "default", models: "openai/gpt-5-nano,openai/gpt-5-mini,openai/gpt-5,openai/gpt-5-pro,black-forest-labs/flux-2-dev,black-forest-labs/flux-2-flex,black-forest-labs/flux-2-pro,black-forest-labs/flux-2-max" },
14+
{ name: "openai", models: "openai/gpt-5-nano,openai/gpt-5-mini,openai/gpt-5,openai/gpt-5-pro" },
15+
{ name: "flux", models: "black-forest-labs/flux-2-dev,black-forest-labs/flux-2-flex,black-forest-labs/flux-2-pro,black-forest-labs/flux-2-max" }
1616
]
1717

1818
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ create and maintain stateful conversations.
6363

6464
## 📂 Module Overview
6565

66-
Below is a more focused description of each discrete module of this project.
66+
Below is a more focused description regarding each discrete module of this project.
6767

6868
### `replicate-client`
6969

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
meta/meta-llama-3.1-405b-instruct
2-
meta/meta-llama-3-70b-instruct
3-
meta/meta-llama-3-8b-instruct
4-
black-forest-labs/flux-schnell
5-
black-forest-labs/flux-dev
6-
black-forest-labs/flux-pro
1+
openai/gpt-5-nano
2+
openai/gpt-5-mini
3+
openai/gpt-5
4+
openai/gpt-5-pro
5+
black-forest-labs/flux-2-dev
6+
black-forest-labs/flux-2-flex
7+
black-forest-labs/flux-2-pro
8+
black-forest-labs/flux-2-max

0 commit comments

Comments
 (0)