Skip to content

Commit

Permalink
Update package versions and add new chat model
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Dec 20, 2023
1 parent c233a43 commit 259cabd
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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"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 @@ -73,6 +73,15 @@ const MODELS: {
local_model: false,
config: "{}",
},
{
model_id: "accounts/fireworks/models/qwen-72b-chat",
name: "Qwen 72b chat (Fireworks)",
model_type: "chat",
stream_available: true,
model_provider: "Fireworks",
local_model: false,
config: "{}",
},
];

const newModels = async () => {
Expand Down

0 comments on commit 259cabd

Please sign in to comment.