Skip to content

Commit

Permalink
chore: bump xsai
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Feb 6, 2025
1 parent 4a9c31d commit 52265db
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 32 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"@radix-ui/themes": "^3.1.6",
"@uiw/react-use-colorscheme": "^1.0.0",
"@uiw/react-use-online": "^1.0.0",
"@xsai/generate-text": "^0.0.29",
"@xsai/model": "^0.0.29",
"@xsai/providers": "^0.0.29",
"@xsai/shared-chat": "^0.0.29",
"@xsai/generate-text": "^0.1.0-beta.1",
"@xsai/model": "^0.1.0-beta.1",
"@xsai/providers": "^0.1.0-beta.1",
"@xsai/shared-chat": "^0.1.0-beta.1",
"@xsai/utils-chat": "^0.1.0-beta.1",
"drizzle-orm": "^0.38.4",
"foxact": "^0.2.43",
"meta-png": "^1.0.6",
Expand Down
64 changes: 37 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/utils/ccv3/load.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { message, type Message } from '@xsai/shared-chat'
import type { Message } from '@xsai/shared-chat'

import { message } from '@xsai/utils-chat'

import type { Data } from './types'

Expand Down

0 comments on commit 52265db

Please sign in to comment.