Skip to content

Commit 41b772e

Browse files
author
Guantong
committed
Update README
1 parent 3411c43 commit 41b772e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build
2020
run: cargo build --verbose
21-
- name: Run tests
22-
run: cargo test --verbose

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A Rust library for interacting with the OpenAI API
44

5+
![AppVeyor](https://img.shields.io/appveyor/build/openai-rs/openai-api?style=flat-square)
6+
![GitHub](https://img.shields.io/github/license/openai-rs/openai-api?style=flat-square)
7+
58
## Usage
69

710
Add the following to your Cargo.toml file:

0 commit comments

Comments
 (0)