mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 08:30:09 +00:00
Remove the markdown-to-text dependency, update the package.json file, enhance internationalization support for chat history view components, optimize user interaction prompts, and improve both user experience and code readability.
This commit is contained in:
@@ -174,7 +174,7 @@ async function loadTransformers(): Promise<void> {
|
||||
globalTransformers.transformers = {
|
||||
pipelineFactory,
|
||||
AutoTokenizer,
|
||||
env
|
||||
env: env as unknown as TransformersEnv
|
||||
};
|
||||
|
||||
transformersLoaded = true;
|
||||
|
||||
Reference in New Issue
Block a user