Added a /list command to see saved conversations. Readme changes++
This commit is contained in:
13
README.md
13
README.md
@@ -67,6 +67,14 @@ export PATH="$HOME/.local/bin:$PATH"
|
||||
oai
|
||||
```
|
||||
|
||||
### 5. Alternative Installation (for *nix systems)
|
||||
|
||||
If you have issues with the above method you can add an alias in your `.bashrc`, `.zshrc` etc.
|
||||
|
||||
```bash
|
||||
alias oai='python3 <path to your file>'
|
||||
```
|
||||
|
||||
On first run, you will be prompted to enter your OpenRouter API key.
|
||||
|
||||
## Usage
|
||||
@@ -124,11 +132,16 @@ You> Analyze this image @/path/to/image.png
|
||||
```
|
||||
|
||||
**View Session Stats:**
|
||||
|
||||
```
|
||||
/stats
|
||||
/credits
|
||||
```
|
||||
|
||||
**Prevous commands input:**
|
||||
|
||||
Use the up/down arrows to see earlier `/`commands and earlier input to model and `<enter>` to execute the same command or resend the same input.
|
||||
|
||||
## Command Reference
|
||||
|
||||
Use `/help` within the application for a complete command reference organized by category:
|
||||
|
||||
Reference in New Issue
Block a user