toi_client

Crates.iotoi_client
lib.rstoi_client
version0.1.1
created_at2025-05-14 02:34:19.694486+00
updated_at2025-06-16 22:05:33.768758+00
descriptionA REPL client for streaming OpenAI-compliant chat completions
homepage
repositoryhttps://github.com/theOGognf/toi
max_upload_size
id1672788
size73,583
(theOGognf)

documentation

README

toi_client

A minimal, terminal-based chat client for interacting with a personal assistant server.

Features

  • Basic context size management based on token usage
  • CTRL+C to interrupt the response stream during a response
  • CTRL+C to clear the input buffer when it isn't empty
  • CTRL+C to exit when the input buffer is empty

Notable dependencies

Related artifacts

Acknowledgements

  • The streaming functionality is largely based on this demo
Commit count: 267

cargo fmt