jan-hq commited on
Commit
0a34319
β€’
1 Parent(s): 8780523

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,11 +1,48 @@
 
 
 
 
 
1
  <!-- header start -->
2
  <!-- 200823 -->
 
3
  <div style="width: auto; margin-left: auto; margin-right: auto">
4
  <img src="https://github.com/janhq/jan/assets/89722390/35daac7d-b895-487c-a6ac-6663daaad78e" alt="Jan banner" style="width: 100%; min-width: 400px; display: block; margin: auto;">
5
  </div>
6
 
7
  <p align="center">
8
- <a href="https://jan.ai/">Jan</a>
9
- - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
 
10
  </p>
11
- <!-- header end -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
  <!-- header start -->
7
  <!-- 200823 -->
8
+
9
  <div style="width: auto; margin-left: auto; margin-right: auto">
10
  <img src="https://github.com/janhq/jan/assets/89722390/35daac7d-b895-487c-a6ac-6663daaad78e" alt="Jan banner" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
  </div>
12
 
13
  <p align="center">
14
+ <a href="https://jan.ai/">Jan</a
15
+ >
16
+ - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
17
  </p>
18
+ <!-- header end -->
19
+
20
+ # Prompt template
21
+
22
+ ChatML
23
+ ```
24
+
25
+ <|im_start|>system
26
+ {system_message}<|im_end|>
27
+ <|im_start|>user
28
+ {prompt}<|im_end|>
29
+ <|im_start|>assistant
30
+
31
+ ```
32
+
33
+ # Run this model
34
+ You can run this model using [Jan Desktop](https://jan.ai/) on Mac, Windows, or Linux.
35
+
36
+ Jan is an open source, ChatGPT alternative that is:
37
+
38
+ - πŸ’» **100% offline on your machine**: Your conversations remain confidential, and visible only to you.
39
+ - πŸ—‚οΈ **An Open File Format**: Conversations and model settings stay on your computer and can be exported or deleted at any time.
40
+ - 🌐 **OpenAI Compatible**: Local server on port `1337` with OpenAI compatible endpoints
41
+ - 🌍 **Open Source & Free**: We build in public; check out our [Github](https://github.com/janhq)
42
+
43
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65713d70f56f9538679e5a56/r7VmEBLGXpPLTu2MImM7S.png)
44
+
45
+ # About Jan
46
+ Jan believes in the need for an open-source AI ecosystem and is building the infra and tooling to allow open-source AIs to compete on a level playing field with proprietary ones.
47
+
48
+ Jan's long-term vision is to build a cognitive framework for future robots, who are practical, useful assistants for humans and businesses in everyday life.