Sweaterdog commited on
Commit
c07bbe9
·
verified ·
1 Parent(s): 2c4942c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -29,7 +29,7 @@ tags:
29
  > For more info, as well as the supported version of Mindcraft, please follow [this link to github](https://github.com/Sweaterdog/Mindcraft-for-Andy-3.5)
30
 
31
 
32
- # How to Install
33
 
34
  1. Select the model you would like to use *(The regular model, as well as the small model is recommended)*
35
  2. Download the Modelfile
@@ -39,7 +39,19 @@ tags:
39
  6. Run the command ```ollama create sweaterdog/Andy-3.5 -f Modelfile``` If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-3.5:mini-fp16 or sweaterdog/Andy-3.5:q2_k
40
  7. Go to a profile in MindCraft
41
  8. Change the model to be ```sweaterdog/Andy-3.5``` *Or whatever you named your model*
42
- 9. Enjoy playing with an AI that you are hosting!
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  > # I want to thank all supporters! [!NOTE]
45
  > I would love to thank everyone who supported this project, there is a list of supporters in the files section.
 
29
  > For more info, as well as the supported version of Mindcraft, please follow [this link to github](https://github.com/Sweaterdog/Mindcraft-for-Andy-3.5)
30
 
31
 
32
+ # How to Install / Setup
33
 
34
  1. Select the model you would like to use *(The regular model, as well as the small model is recommended)*
35
  2. Download the Modelfile
 
39
  6. Run the command ```ollama create sweaterdog/Andy-3.5 -f Modelfile``` If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-3.5:mini-fp16 or sweaterdog/Andy-3.5:q2_k
40
  7. Go to a profile in MindCraft
41
  8. Change the model to be ```sweaterdog/Andy-3.5``` *Or whatever you named your model*
42
+ 9. Ensure you have the emdedding tag set to Ollama, like below
43
+ ```
44
+ {
45
+ "name": "andy-3.5",
46
+
47
+ "model": "Sweaterdog/Andy-3.5",
48
+
49
+ "embedding": "ollama"
50
+
51
+ }
52
+ ```
53
+
54
+ 10. Enjoy playing with an AI that you are hosting!
55
 
56
  > # I want to thank all supporters! [!NOTE]
57
  > I would love to thank everyone who supported this project, there is a list of supporters in the files section.