#openai #framework #client #chatgpt

bin+lib drfoo

A rust OpenAI ChatGPT framework

4 releases

0.1.3 Jun 4, 2023
0.1.2 May 22, 2023
0.1.1 May 5, 2023
0.1.0 May 3, 2023

#89 in #chatgpt

MIT license

17KB
376 lines

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

Dependencies

~10–23MB
~331K SLoC