changed model op to llama

pull/5100/head
STetsing 4 months ago
parent 0e8e585321
commit b200a3fb56
  1. 2
      libs/remix-ai-core/src/inferencers/remote/remoteInference.ts

@ -10,7 +10,7 @@ export class RemoteInferencer implements ICompletions {
api_url: string
completion_url: string
max_history = 7
model_op = RemoteBackendOPModel.DEEPSEEK // default model operation change this to llama if necessary
model_op = RemoteBackendOPModel.CODELLAMA // default model operation change this to llama if necessary
event: EventEmitter
constructor(apiUrl?:string, completionUrl?:string) {

Loading…
Cancel
Save