mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Update qa_checklist.md
Add the directories for each OS Signed-off-by: AT <manyoso@users.noreply.github.com>
This commit is contained in:
parent
9363ffb958
commit
bbf0c2f246
@ -1,16 +1,16 @@
|
|||||||
## QA Checklist
|
## QA Checklist
|
||||||
|
|
||||||
1. Ensure you have a fresh install by backing up and then deleting the following:
|
1. Ensure you have a fresh install by **backing up** and then deleting the following directories:
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
* Settings directory: TBD
|
* Settings directory: ```C:\Users\{username}\AppData\Roaming\nomic.ai```
|
||||||
* Models directory: TBD
|
* Models directory: ```C:\Users\{username}\AppData\Local\nomic.ai\GPT4All```
|
||||||
### Mac
|
### Mac
|
||||||
* Settings directory: TBD
|
* Settings directory: ```/Users/{username}/.config/gpt4all.io```
|
||||||
* Models directory: TBD
|
* Models directory: ```/Users/{username}/Library/Application Support/nomic.ai/GPT4All```
|
||||||
### Linux
|
### Linux
|
||||||
* Settings directory: TBD
|
* Settings directory: ```/home/{username}/.config/nomic.ai```
|
||||||
* Models directory: TBD
|
* Models directory: ```/home/{username}/.local/share/nomic.ai/GPT4All```
|
||||||
|
|
||||||
^ Note: If you've changed your models directory manually via the settings you need to backup and delete that one
|
^ Note: If you've changed your models directory manually via the settings you need to backup and delete that one
|
||||||
|
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
12. Try to break the app
|
12. Try to break the app
|
||||||
|
|
||||||
EXTRA CREDIT:
|
### EXTRA CREDIT
|
||||||
|
|
||||||
1. If you have a openai api key install GPT-4 model and chat with it
|
1. If you have a openai api key install GPT-4 model and chat with it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user