Skip to content

Carlos0902/Auto_Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Coding

This is an LLM-based Auto-coding project.

Installation

Conda:

conda create --name <your_env> --file requirements.txt
conda activate your_env

Quick Start

Create a config.yaml file in the main directory like:

api: <your api>
base_url (optional): <base url for your api>

Then, run:

python main.py

Functions

Automatically generate the code

Main

Modify the code as you want:

Modify

Fix the error easily:

Fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages