The T.I.R. project is an open-source community project that tries to help beginners to acquire theoretical knowledge in any field. The project consists of several modules, tir-engine is responsible for communication with OpenAI.
The platform developed by the CodeYard Factory, the hungarian developer community.
We use Postman to define REST endpoints, you can find our collection here!
use tirengine::{ GPT };
let gpt = GPT::new(String::from("VERY_SECRET_OPENAI_KEY"));
export OPENAI_SK = "VERY_SECRET_OPENAI_KEY"
cargo test
loading...