Skip to content

Commit

Permalink
Add README for configuration and git ignore the settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaresty committed Feb 10, 2024
1 parent bd63041 commit 400a18b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GPT/gpt-settings.talon
4 changes: 4 additions & 0 deletions GPT/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ These models are easy to install and run entirely offline. They can be downloade

Keep in mind that running a model in the background is resource intensive and it will be slow unless you have a GPU on your computer.

## Configuration

If you want to change any configuration settings that is easy to do. Simply copy the example configuration settings file from `GPT/gpt-talon.settings.example` to `GPT/gpt-talon.settings`, which is a git ignored file and modify anything that you want to change. We've opted to avoid committing any configuration that we expect users to change so that you don't have to keep any local changes to this repository and can still configure any settings that are exposed.

## TODO

- Create prompts that take in arguments from voice commands.
Expand Down

0 comments on commit 400a18b

Please sign in to comment.