Skip to content

shahzad84/code_summarisation_llm_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Code Summarization llm

This project implements a FastAPI-based API for summarizing code using OpenAI's GPT-3.5-turbo model.

Image description

Create a .env file in the project root directory and add your OpenAI API key:

OPENAI_API_KEY=your-api-key-here

Run the application:

uvicorn main:app --host 0.0.0.0 --port 8001 --reload

License

This project is licensed under the MIT License. is this correct

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages