open_ai 0.1.1

Api-bindings to use the OpenAI directly inside of rust
Documentation
[package]
name = "open_ai"
version = "0.1.1"
authors = ["ZakCodes <zakary.kamal.fs@outlook.com>"]
description = "Api-bindings to use the OpenAI directly inside of rust"
readme = "README.md"
license = "Apache-2.0"

repository = "https://github.com/ZakCodes/open_ai.git"
documentation = "https://github.com/ZakCodes/open_ai"
homepage = "https://github.com/ZakCodes/open_ai"

keywords = ["openai", "machine-learning", "ai", "rl", "neuro-evolution"]
categories = ["games", "simulation", "api-bindings"]

[dependencies]
cpython = {path = "../rust-cpython", version = "0.1.0"}