pull/5344/head
STetsing 2 months ago
parent f39c7771f8
commit 56d5f72f3a
  1. 2
      libs/remix-ai-core/src/inferencers/remote/remoteInference.ts
  2. 1
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -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=false
test_env=true
test_url="http://solcodertest.org"
constructor(apiUrl?:string, completionUrl?:string) {

@ -716,7 +716,6 @@ export const EditorUI = (props: EditorUIProps) => {
</div>
)
}
props.plugin.call('notification', 'modal', modalContent)
// pasteCodeRef.current = true
_paq.push(['trackEvent', 'editor', 'onDidPaste', 'more_than_10_lines'])

Loading…
Cancel
Save