Update apps/remixdesktop/src/lib/InferenceServerManager.ts

Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>
pull/5344/head^2
chloefeal 2 weeks ago committed by Aniket
parent 9f4a40f372
commit 38528a9eb4
  1. 2
      apps/remixdesktop/src/lib/InferenceServerManager.ts

@ -6,7 +6,7 @@ import { EventEmitter } from 'events';
import { ICompletions, IModel, IParams, InsertionParams,
CompletionParams, GenerationParams, ModelType, AIRequestType,
IStreamResponse, ChatHistory, downloadLatestReleaseExecutable,
buildSolgptPromt } from "@remix/remix-ai-core"
buildSolgptPrompt } from "@remix/remix-ai-core"
import { platform } from 'os';
class ServerStatusTimer {

Loading…
Cancel
Save