2 Commits
1.9 ... main

Author SHA1 Message Date
1ef7918291 1.9.6 (#1)
New functionality and bugfixes.

Reviewed-on: #1
Co-authored-by: Rune Olsen <rune@rune.pm>
Co-committed-by: Rune Olsen <rune@rune.pm>
2025-12-30 15:46:40 +01:00
a6f0edd9f3 New functionality++ Verision bump 2025-12-23 15:08:20 +01:00
4 changed files with 666 additions and 127 deletions

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ build*
compiled/
images/oai-iOS-Default-1024x1024@1x.png
images/oai.icon/
b0.sh

View File

@@ -23,7 +23,7 @@ oAI is a command-line chat application that provides an interactive interface to
- Python 3.7 or higher
- OpenRouter API key (get one at https://openrouter.ai)
## Screenshot
## Screenshot (<span style="font-size:0.8em;">from version 1.0</span>)
[<img src="https://gitlab.pm/rune/oai/raw/branch/main/images/screenshot_01.png">](https://gitlab.pm/rune/oai/src/branch/main/README.md)

785
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