Skip to content

Commit

Permalink
Merge pull request #31 from Arend-Jan/30-mention-techlead
Browse files Browse the repository at this point in the history
update version and add reference in readme
  • Loading branch information
Arend-Jan authored Mar 23, 2023
2 parents c966d96 + 7c48ab3 commit 1009ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chat-gpt-lib-rs"
version = "0.1.5"
version = "0.1.7"
edition = "2021"
description = "A Rust library for interacting with OpenAI's ChatGPT API, providing a simple interface to make API requests and handle responses."
license = "Apache-2.0"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Rust library for interacting with OpenAI's ChatGPT API. This library simplifie
## Installation
Add the following line to your 'Cargo.toml' file under the '[dependencies]' section:
```toml
chat-gpt-lib-rs = "0.1.5"
chat-gpt-lib-rs = "0.1.7"
```
Then, run cargo build to download and compile the dependencies.

Expand Down Expand Up @@ -83,5 +83,8 @@ For an enhanced experience with icons, use a terminal that supports [Nerd Fonts]
## Documentation
For more details about the request parameters and response structure, refer to the [OpenAI API documentation](https://beta.openai.com/docs/api-reference/chat/create).

## Example project
There is an interesting project [teachlead](https://crates.io/crates/techlead) now utilizing this project.

## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

0 comments on commit 1009ee9

Please sign in to comment.