Skip to content

jackcompton94/flask-ddw-doc-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-ddw-doc-chatbot

Running the Backend Locally

Clone the Repo:

  • Clone the repository from GitHub using git clone.

Install Requirements:

  • Navigate to the project's root directory and install the required dependencies with pip install -r requirements.txt.

Set Up Environment Variable:

  • Export your OpenAI API key as an environment variable in your terminal:
export DW_OPENAI_KEY=<your_openai_api_key>

Replace <your_openai_api_key> with your actual OpenAI API key.

Run the Backend:

  • Start the backend server by running:
    python main.py

The backend should now be running locally and accessible at the specified endpoint(s).

About

back end for the AI docsbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published