Skip to content

Commit

Permalink
Merge pull request #171 from n4ze3m/next
Browse files Browse the repository at this point in the history
v1.4.6 new Mistral model
  • Loading branch information
n4ze3m authored Dec 11, 2023
2 parents 477dc34 + 0d8d7ff commit 43287ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialoqbase",
"version": "1.4.5",
"version": "1.4.6",
"description": "Create chatbots with ease",
"scripts": {
"ui:dev": "pnpm run --filter ui dev",
Expand Down
9 changes: 9 additions & 0 deletions server/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ const MODELS: {
local_model: false,
config: "{}",
},
{
model_id:"accounts/fireworks/models/mixtral-8x7b-fw-chat",
name: "Mixtral MoE 8x7B Chat (Fireworks)",
model_type: "chat",
stream_available: true,
model_provider: "Fireworks",
local_model: false,
config: "{}",
}
];

const newModels = async () => {
Expand Down

0 comments on commit 43287ba

Please sign in to comment.