Skip to content

Tejashwini-I-H/Flask_ChatGpt_OpenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Application to query on chatGPT using OpenAI api.

Commands to run using poetry:

Creating project: "poetry new project_name" Installing all dependencies in .toml file: "poetry install" Installing dependencies individually : "poetry add dependency_name" (example: "poetry add flask_unittest") Integration/Unittest test:"poetry run python -m unittest tests\test_file.py" Running a class: "poetry run python package\code_file.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages