gh_models 0.2.0

A Rust client for GitHub-hosted AI models, compatible with the models.github.ai chat completion API.
Documentation
# Changelog


## 0.2.0


- `chat_completion` now accepts `&[ChatMessage]` instead of `Vec<ChatMessage>`.
  - This avoids unnecessary cloning when trying to make a multi-turn chats.
- `ChatMessage` now derives `Clone`.
- Updated README with new examples, including a multi‑turn chat REPL.
- Improved ergonomics and clarified usage patterns.

## 0.1.2


Add more documentation, up to 92.86% of the crate documented

## 0.1.1


Add extensive documentation, up to 64.29% of the crate documented

## 0.1.0


Initial `gh_models` crate