svjack commited on
Commit
64e55b6
1 Parent(s): 48052d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -3,6 +3,26 @@ language:
3
  - zh
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  Install Following Library
7
  ```bash
8
  pip install llama-cpp-python
 
3
  - zh
4
  ---
5
 
6
+ ## Brief introduction
7
+
8
+ ### BackGround
9
+ [Genshin Impact](https://genshin.hoyoverse.com/en/) is an action role-playing game developed by miHoYo, published by miHoYo in mainland China and worldwide by Cognosphere,
10
+ HoYoverse. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.
11
+
12
+ In the Game, one can play many Characters to explore the amazing open-world environment.
13
+
14
+ <br/>
15
+
16
+ <div align="center">
17
+ <img src="imgs/Collei.png" alt="Girl in a jacket" width="550" height="6950">
18
+ </div>
19
+
20
+ <br/>
21
+
22
+ Below is the demo to generate response from Collei (柯莱),
23
+
24
+ More Info can be found in [svjack/Genshin-Impact-Character-Instruction](https://github.com/svjack/Genshin-Impact-Character-Instruction)
25
+
26
  Install Following Library
27
  ```bash
28
  pip install llama-cpp-python