Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ef7918291 | |||
| a6f0edd9f3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,3 +33,4 @@ build*
|
|||||||
compiled/
|
compiled/
|
||||||
images/oai-iOS-Default-1024x1024@1x.png
|
images/oai-iOS-Default-1024x1024@1x.png
|
||||||
images/oai.icon/
|
images/oai.icon/
|
||||||
|
b0.sh
|
||||||
@@ -23,7 +23,7 @@ oAI is a command-line chat application that provides an interactive interface to
|
|||||||
- Python 3.7 or higher
|
- Python 3.7 or higher
|
||||||
- OpenRouter API key (get one at https://openrouter.ai)
|
- 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)
|
[<img src="https://gitlab.pm/rune/oai/raw/branch/main/images/screenshot_01.png">](https://gitlab.pm/rune/oai/src/branch/main/README.md)
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,9 @@ markdown2==2.5.4
|
|||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
natsort==8.4.0
|
natsort==8.4.0
|
||||||
openrouter==0.0.19
|
openrouter==0.0.19
|
||||||
|
packaging==25.0
|
||||||
pipreqs==0.4.13
|
pipreqs==0.4.13
|
||||||
prompt_toolkit==3.0.52
|
prompt-toolkit==3.0.52
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
pyperclip==1.11.0
|
pyperclip==1.11.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
@@ -30,7 +31,7 @@ soupsieve==2.8
|
|||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
typer==0.20.0
|
typer==0.20.0
|
||||||
typing_extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
wavedrom==2.0.3.post3
|
wavedrom==2.0.3.post3
|
||||||
wcwidth==0.2.14
|
wcwidth==0.2.14
|
||||||
|
|||||||
Reference in New Issue
Block a user