Spaces:
Paused
Paused
Update unified-server.js
Browse files- unified-server.js +1 -1
unified-server.js
CHANGED
|
@@ -641,7 +641,7 @@ class ProxyServerSystem extends EventEmitter {
|
|
| 641 |
|
| 642 |
_loadConfiguration() {
|
| 643 |
let config = {
|
| 644 |
-
httpPort:
|
| 645 |
failureThreshold: 3, maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
|
| 646 |
apiKeys: [],
|
| 647 |
};
|
|
|
|
| 641 |
|
| 642 |
_loadConfiguration() {
|
| 643 |
let config = {
|
| 644 |
+
httpPort: 7860, host: '0.0.0.0', wsPort: 9998, streamingMode: 'real',
|
| 645 |
failureThreshold: 3, maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
|
| 646 |
apiKeys: [],
|
| 647 |
};
|