Skip to content

teamcodeyard/tir-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Discord Badge Twitch Badge Youtube Badge Twitter Badge

𝐇𝐞𝐥𝐥𝐨 𝐭𝐡𝐞𝐫𝐞, coders!

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.

API documentation

We use Postman to define REST endpoints, you can find our collection here!

How to use?

use tirengine::{ GPT };

let gpt = GPT::new(String::from("VERY_SECRET_OPENAI_KEY"));

How to run test cases?

export OPENAI_SK = "VERY_SECRET_OPENAI_KEY"
cargo test

loading...

Releases

No releases published

Packages

No packages published

Languages