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