5 Commits
1.5 ... 1.9

3 changed files with 621 additions and 63 deletions

12
.gitignore vendored
View File

@@ -22,4 +22,14 @@ Pipfile.lock # Consider if you want to include or exclude
._*
*~.nib
*~.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/

View File

@@ -77,6 +77,10 @@ alias oai='python3 <path to your file>'
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
### Starting the Application
@@ -108,6 +112,17 @@ All configuration is stored in `~/.config/oai/`:
/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:**
```
You> Hello, how are you?

657
oai.py

File diff suppressed because it is too large Load Diff