pull/5100/head
STetsing 2 months ago
parent 20cb09ce2b
commit cd54918cd8
  1. 2
      apps/remixdesktop/src/lib/InferenceServerManager.ts
  2. 1
      apps/remixdesktop/src/plugins/remixAIDektop.ts

@ -6,7 +6,7 @@ import { EventEmitter } from 'events';
import { ICompletions, IModel, IParams, InsertionParams, import { ICompletions, IModel, IParams, InsertionParams,
CompletionParams, GenerationParams, ModelType, AIRequestType, CompletionParams, GenerationParams, ModelType, AIRequestType,
IStreamResponse, ChatHistory, downloadLatestReleaseExecutable, IStreamResponse, ChatHistory, downloadLatestReleaseExecutable,
buildSolgptPromt } from "../../../../libs/remix-ai-core/src/index" buildSolgptPromt } from "@remix/remix-ai-core"
class ServerStatusTimer { class ServerStatusTimer {
private intervalId: NodeJS.Timeout | null = null; private intervalId: NodeJS.Timeout | null = null;

@ -1,6 +1,5 @@
import { ElectronBasePlugin, ElectronBasePluginClient } from "@remixproject/plugin-electron" import { ElectronBasePlugin, ElectronBasePluginClient } from "@remixproject/plugin-electron"
import { Profile } from "@remixproject/plugin-utils" import { Profile } from "@remixproject/plugin-utils"
// import { IModel, ModelType, DefaultModels } from '@remix/remix-ai-core';
// use remix ai core // use remix ai core
import { InferenceManager } from "../lib/InferenceServerManager" import { InferenceManager } from "../lib/InferenceServerManager"

Loading…
Cancel
Save