gh_models 0.1.1

A Rust client for GitHub-hosted AI models, compatible with the models.github.ai chat completion API.
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "simple_chat"
path = "examples/simple_chat.rs"

[lib]
name = "gh_models"
path = "src/lib.rs"

[package]
authors = ["Pjdur"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities", "development-tools"]
description = "A Rust client for GitHub-hosted AI models, compatible with the models.github.ai chat completion API."
edition = "2024"
exclude = ["/target", "**/*.log"]
homepage = "https://github.com/pjdur/gh_models"
keywords = ["github", "ai", "llm", "chat", "client"]
license = "MIT"
name = "gh_models"
readme = "README.md"
repository = "https://github.com/pjdur/gh_models"
version = "0.1.1"