Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4e43e6cb2 | |||
| 36a412138d | |||
| 229ffdf51a | |||
| 53b6ae3a76 | |||
| 459f6f8165 |
12
.gitignore
vendored
12
.gitignore
vendored
@@ -22,4 +22,14 @@ Pipfile.lock # Consider if you want to include or exclude
|
|||||||
._*
|
._*
|
||||||
*~.nib
|
*~.nib
|
||||||
*~.xib
|
*~.xib
|
||||||
README.md.old
|
README.md.old
|
||||||
|
oai.zip
|
||||||
|
.note
|
||||||
|
diagnose.py
|
||||||
|
*.log
|
||||||
|
*.xml
|
||||||
|
build*
|
||||||
|
*.spec
|
||||||
|
compiled/
|
||||||
|
images/oai-iOS-Default-1024x1024@1x.png
|
||||||
|
images/oai.icon/
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -77,6 +77,10 @@ alias oai='python3 <path to your file>'
|
|||||||
|
|
||||||
On first run, you will be prompted to enter your OpenRouter API key.
|
On first run, you will be prompted to enter your OpenRouter API key.
|
||||||
|
|
||||||
|
### 6. Use Binaries
|
||||||
|
|
||||||
|
You can also just download the supplied binary for either Mac wit Mx (M1, M2 etc) `oai_mac_arm64.zip` and follow [#3](https://gitlab.pm/rune/oai#3-copy-to-path). Or download for Linux (64bit) `oai_linux_x86_64.zip` and also follow [#3](https://gitlab.pm/rune/oai#3-copy-to-path).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Starting the Application
|
### Starting the Application
|
||||||
@@ -108,6 +112,17 @@ All configuration is stored in `~/.config/oai/`:
|
|||||||
/model
|
/model
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Paste from clipboard:**
|
||||||
|
Paste and send content to model
|
||||||
|
```
|
||||||
|
/paste
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste with prompt and send content to model
|
||||||
|
```
|
||||||
|
/paste Analyze this text
|
||||||
|
```
|
||||||
|
|
||||||
**Start Chatting:**
|
**Start Chatting:**
|
||||||
```
|
```
|
||||||
You> Hello, how are you?
|
You> Hello, how are you?
|
||||||
|
|||||||
Reference in New Issue
Block a user