Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Mar 20, 2024
1 parent a91496e commit 2358e5b
Show file tree
Hide file tree
Showing 5 changed files with 945 additions and 572 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { DispatchToolModuleProps, RunToolResponse, ToolModuleItemType } from './
import json5 from 'json5';
import { countGptMessagesTokens } from '@fastgpt/global/common/string/tiktoken';
import { getNanoid, replaceVariable } from '@fastgpt/global/common/string/tools';
import { AIChatItemType, AIChatItemValueItemType } from '@fastgpt/global/core/chat/type';
import { AIChatItemType } from '@fastgpt/global/core/chat/type';
import { GPTMessages2Chats } from '@fastgpt/global/core/chat/adapt';

type FunctionCallCompletion = {
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@fastgpt/global": "workspace:*",
"@node-rs/jieba": "^1.7.2",
"@node-rs/jieba": "1.10.0",
"axios": "^1.5.1",
"cheerio": "1.0.0-rc.12",
"cookie": "^0.5.0",
Expand Down
Loading

0 comments on commit 2358e5b

Please sign in to comment.