File size: 608 Bytes
415a003
 
 
 
 
ff9bd09
 
eff6959
 
 
e84ca1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: LLM Mixer
emoji: πŸ”€
colorFrom: gray
colorTo: gray
sdk: docker
app_port: 12345
---

Mirrors:
* https://hansimov-llm-mixer.hf.space


## Run
### Command Line

```sh
git clone https://github.com/Rob--W/cors-anywhere.git cors-anywhere

cd cors-anywhere
# Set proxy or registry if needed:
#   npm config set proxy http://<server>:<port>
#   npm config set registry https://registry.npmmirror.com
# Or set proxy directly:
#   npm --porxy http://<server>:<port> install <*>
sudo npm install && sudo npm install http-server -g

cd ..
PORT=12349 node ./cors-anywhere/server.js &
http-server -p 12345
```