Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Jan 27, 2025
1 parent 0da0209 commit e9e0c7b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ qory "Please create a basic OpenAPI yaml template" > openapi.yaml
Add context from existing files:

```bash
qory openapi.yaml main.py "Please implement the endpoint /ping in my python server" > ping.py
qory openapi.yaml main.py "Please add a /ping endpoint to python server" > ping.py
```

Integrate shell command output:
Expand All @@ -24,6 +24,22 @@ Integrate shell command output:
qory "This is my project dir" "$(ls)" "How should I improve it?"
```

## 💥 **NEW**: Support for sessions

Keep refining and chatting with the model to improve results.

Follow up on last query:

```bash
qory ^ "With that project structure, where should I put my integration tests?"
```

Use smart sessions:

```bash
qory -s gosort "Please implement a method to find all files in a dir and sort them"
```

## 🌟 Install

Qory is compiled for major operating systems and architectures. If your architecture isn't supported, drop a ticket!
Expand Down Expand Up @@ -87,7 +103,7 @@ Ensure it runs successfully.

Before using Qory, set up your API key and preferred model.

Save once. Configuration is stored in `~/.config/qory` on MacOS/Linux or `%APPDATA%` on Windows.
Save once. Configuration is stored in `~/.qory` on MacOS/Linux or `%APPDATA%` on Windows.

### 📌 Model Selection

Expand Down

0 comments on commit e9e0c7b

Please sign in to comment.