Skip to content

Commit

Permalink
fix: plugin runtime (#2032)
Browse files Browse the repository at this point in the history
* fix: plugin runtime

* fix

* fix build

* fix build
  • Loading branch information
newfish-cmyk authored Jul 12, 2024
1 parent e103458 commit c9592be
Show file tree
Hide file tree
Showing 22 changed files with 338 additions and 935 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ChatRoleEnum, ChatStatusEnum } from '@fastgpt/global/core/chat/constant
import FilesBlock from './FilesBox';
import { ChatBoxContext } from '../Provider';
import { useContextSelector } from 'use-context-selector';
import AIResponseBox from './AIResponseBox';
import AIResponseBox from '../../../components/AIResponseBox';

const colorMap = {
[ChatStatusEnum.loading]: {
Expand Down
Loading

0 comments on commit c9592be

Please sign in to comment.