kgrabko commited on
Commit
2b803d4
·
verified ·
1 Parent(s): 7fd1be4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -27,21 +27,27 @@ docker run -d \
27
 
28
 
29
 
 
30
 
31
- Access the UI
32
  Once the container is running, open your browser and navigate to:
33
- http://localhost:7869
34
- This opens the JiRack Coder UI — a clean web interface designed for coding.
35
- Changing the Port
36
- The listening port can be easily modified directly from the Settings panel within the JiRack Coder UI.
37
- Licensing
38
-
39
- The JiRack Coder 7B model is released under the GNU General Public License v3.0 (GPL-3.0).
40
- All JiRack UI clients are provided under a commercial license.
41
- However, the UI clients can be used for free when running together with the official JiRack Docker containers, as long as they are not redistributed separately.
42
-
43
- JiRack Coder 32B is available exclusively under a commercial enterprise license.
44
- For commercial licensing, cluster deployment, or enterprise use of the # 32B model, please contact us.
 
 
 
 
 
 
45
 
46
 
47
 
 
27
 
28
 
29
 
30
+ ## Access the UI
31
 
 
32
  Once the container is running, open your browser and navigate to:
33
+
34
+ **`http://localhost:7869`**
35
+
36
+ This opens the **JiRack Coder UI** a clean web interface designed for coding.
37
+
38
+ ## Changing the Port
39
+
40
+ The listening port can be easily modified directly from the **Settings** panel within the JiRack Coder UI.
41
+
42
+ ## Licensing
43
+
44
+ - The **JiRack Coder 7B model** is released under the **GNU General Public License v3.0 (GPL-3.0)**.
45
+ - All **JiRack UI clients** are provided under a commercial license.
46
+ - However, the UI clients can be used for free when running together with the official JiRack Docker containers, as long as they are not redistributed separately.
47
+
48
+ **JiRack Coder 32B** is available exclusively under a commercial enterprise license.
49
+
50
+ For commercial licensing, cluster deployment, or enterprise use of the JiRack Coder 32B, please contact us.
51
 
52
 
53