changed model op to llama

pull/5370/head
STetsing 5 months ago
parent 0e6f5fa89c
commit 310d030d12
  1. 2
      libs/remix-ai-core/src/inferencers/remote/remoteInference.ts

@ -10,7 +10,7 @@ export class RemoteInferencer implements ICompletions {
api_url: string api_url: string
completion_url: string completion_url: string
max_history = 7 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 event: EventEmitter
constructor(apiUrl?:string, completionUrl?:string) { constructor(apiUrl?:string, completionUrl?:string) {

Loading…
Cancel
Save