diff --git a/frontend/src/About.tsx b/frontend/src/About.tsx index 43002a09..0f2b5db6 100644 --- a/frontend/src/About.tsx +++ b/frontend/src/About.tsx @@ -5,9 +5,9 @@ export default function About() { return ( //Parent div for all content shown through App.tsx routing needs to have this styling. Might change when state management is updated.
-
-

About DocsGPT 🦖

-

+

+

About DocsGPT 🦖

+

Find the information in your documentation through AI-powered

-

+

If you want to add your own documentation, please follow the instruction below:

-

+

1. Navigate to{' '} /application folder

-

+

2. Install dependencies from{' '} pip install -r requirements.txt

-

+

3. Prepare a .env file. Copy .env_sample and create .env with your OpenAI API token

-

+

4. Run the app with{' '} python app.py

-

+

Currently It uses python pandas documentation, so it will respond to information relevant to pandas. If you want to train it on different documentation - please follow @@ -64,7 +64,7 @@ export default function About() { .

-

+

If you want to launch it on your own server - follow