Skip to content

zainen/auto-gpt-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-gpt-rust

This is a project that will generate the code for an API based on the response to the prompt of what you will be building today.

Using chatGPT-4 we will provide a rust API template that will be used to create a new API for a different purpose.

auto_gippity project required env variables

Within auot_gippity project. You must create a .env file based on the .env Copy and add the required keys.

openAI org key and API key needed from https://openai.com/

Obtain the keys needed as shown in the .env Copy file.

OPEN_AI_ORG=

OPEN_AI_KEY=

Subdirectories

web_template

code_tempalte.rs holds the example of a rust API used by chatGPT-4

main.rs will hold the generated rust API given by chatGPT-4 based on the given prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published