behnam2014 / rust-auto-gippity-full-code

Rust Code for Auto GPT - Auto-Gippity Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create .env

touch .env

Within the .env file created, paste the following:

OPEN_AI_ORG=YOUR_OPEN_AI_ORG_ID
OPEN_AI_KEY=YOUR_OPEN_AI_KEY

Update Paths

Update constants in the src/helpers/general path.

These should match where you have your web_template project saved. Recommend to save your web_template in the same folder as this project.

Web template project: https://github.com/coderaidershaun/rust-web-server-template.git

These should link to a code template which you want your web server to use and the main.rs file where it will attempt to execute new code it writes.

Build Project

cargo build

Run Project

cargo run

About

Rust Code for Auto GPT - Auto-Gippity Project


Languages

Language:Rust 100.0%