jglowa commited on
Commit
78bf4b8
·
verified ·
1 Parent(s): a3e8c50

Update prosty-rag.cmd

Browse files
Files changed (1) hide show
  1. prosty-rag.cmd +1 -0
prosty-rag.cmd CHANGED
@@ -42,6 +42,7 @@ goto :eof
42
  #> | Out-Null
43
  $topK = 3
44
  Add-Type -AssemblyName System.Web
 
45
  $listener = [System.Net.HttpListener]::new()
46
  $listener.Prefixes.Add('http://localhost:8081/')
47
  $listener.Start()
 
42
  #> | Out-Null
43
  $topK = 3
44
  Add-Type -AssemblyName System.Web
45
+ $OutputEncoding = [Console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
46
  $listener = [System.Net.HttpListener]::new()
47
  $listener.Prefixes.Add('http://localhost:8081/')
48
  $listener.Start()