disable testenv

pull/5344/head
STetsing 2 months ago
parent f47deea9bb
commit 872eff9ca5
  1. 2
      libs/remix-ai-core/src/inferencers/remote/remoteInference.ts

@ -12,7 +12,7 @@ export class RemoteInferencer implements ICompletions {
max_history = 7
model_op = RemoteBackendOPModel.CODELLAMA // default model operation change this to llama if necessary
event: EventEmitter
test_env=true
test_env=false
test_url="http://solcodertest.org"
constructor(apiUrl?:string, completionUrl?:string) {

Loading…
Cancel
Save