4 Commits
1.8 ... 1.9.5

4 changed files with 313 additions and 147 deletions

10
.gitignore vendored
View File

@@ -24,3 +24,13 @@ Pipfile.lock # Consider if you want to include or exclude
*~.xib
README.md.old
oai.zip
.note
diagnose.py
*.log
*.xml
build*
*.spec
compiled/
images/oai-iOS-Default-1024x1024@1x.png
images/oai.icon/
b0.sh

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

439
oai.py

File diff suppressed because it is too large Load Diff

View File

@@ -14,8 +14,9 @@ markdown2==2.5.4
mdurl==0.1.2
natsort==8.4.0
openrouter==0.0.19
packaging==25.0
pipreqs==0.4.13
prompt_toolkit==3.0.52
prompt-toolkit==3.0.52
Pygments==2.19.2
pyperclip==1.11.0
python-dateutil==2.9.0.post0
@@ -30,7 +31,7 @@ soupsieve==2.8
svgwrite==1.4.3
tqdm==4.67.1
typer==0.20.0
typing_extensions==4.15.0
typing-extensions==4.15.0
urllib3==2.5.0
wavedrom==2.0.3.post3
wcwidth==0.2.14