Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,6 @@ for using
|
|
14 |
```
|
15 |
curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"models/ARWKV-7B-CJE-30%.pth","model_viewname":"ARWKV-7B-CJE-30%","model_strategy":"fp16"}'
|
16 |
|
17 |
-
```
|
|
|
|
|
|
14 |
```
|
15 |
curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"models/ARWKV-7B-CJE-30%.pth","model_viewname":"ARWKV-7B-CJE-30%","model_strategy":"fp16"}'
|
16 |
|
17 |
+
```
|
18 |
+
3. you can use this model via OpenAI CompatibleAPI http://127.0.0.1:9000/v1 and set modelname "ARWKV-7B-CJE-30%"
|
19 |
+
4. its good for sillytavern
|