We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3411c43 commit 41b772eCopy full SHA for 41b772e
.github/workflows/rust.yml
@@ -18,5 +18,3 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Build
20
run: cargo build --verbose
21
- - name: Run tests
22
- run: cargo test --verbose
README.md
@@ -2,6 +2,9 @@
2
3
A Rust library for interacting with the OpenAI API
4
5
+
6
+
7
+
8
## Usage
9
10
Add the following to your Cargo.toml file:
0 commit comments