drfoo

Crates.iodrfoo
lib.rsdrfoo
version0.1.3
sourcesrc
created_at2023-05-03 14:34:07.3508
updated_at2023-06-04 23:19:28.40119
descriptionA rust OpenAI ChatGPT framework
homepagehttps://github.com/0xfe/drfoo
repositoryhttps://github.com/0xfe/drfoo
max_upload_size
id855505
size54,721
Mohit Cheppudira (0xfe)

documentation

README

DrFoo

DrFoo is an OpenAI client library and framework for Rust.

Copyright 2023 Mohit Muthanna Cheppudira. MIT License.

Examples

See examples in src/bin.

Hacking

Model compatibility: link

$ curl https://api.openai.com/v1/models -H "Authorization: Bearer $OPENAI_API_KEY" | bat
Commit count: 18

cargo fmt