-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch 2 #675
Patch 2 #675
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@krishvsoni is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report
@@ Coverage Diff @@
## main #675 +/- ##
=======================================
Coverage 18.26% 18.26%
=======================================
Files 59 59
Lines 2743 2743
=======================================
Hits 501 501
Misses 2242 2242 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the changes
README.md
Outdated
@@ -7,9 +7,9 @@ | |||
</p> | |||
|
|||
<p align="left"> | |||
<strong><a href="https://docsgpt.arc53.com/">DocsGPT</a></strong> is a cutting-edge open-source solution that streamlines the process of finding information in the project documentation. With its integration of the powerful <strong>GPT</strong> models, developers can easily ask questions about a project and receive accurate answers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you removing the link?
README.md
Outdated
|
||
Say goodbye to time-consuming manual searches, and let <strong><a href="https://docsgpt.arc53.com/">DocsGPT</a></strong> help you quickly find the information you need. Try it out and see how it revolutionizes your project documentation experience. Contribute to its development and be a part of the future of AI-powered assistance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again
README.md
Outdated
|
||
We're eager to provide personalized assistance when deploying your DocsGPT to a live environment. | ||
|
||
- [Book Demo 👋](https://airtable.com/appdeaL0F1qV8Bl2C/shrrJF1Ll7btCJRbP) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be book demo, and why are lines removed?
README.md
Outdated
## Roadmap | ||
|
||
You can find our roadmap [here](https://github.com/orgs/arc53/projects/2). Please don't hesitate to contribute or create issues, it helps us improve DocsGPT! | ||
|
||
## Our Open-Source models optimized for DocsGPT: | ||
|
||
| Name | Base Model | Requirements (or similar) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Table was cleaner, why change it?
README.md
Outdated
## Features | ||
|
||
![Group 9](https://user-images.githubusercontent.com/17906039/220427472-2644cff4-7666-46a5-819f-fc4a521f63c7.png) | ||
|
||
## Useful links | ||
|
||
- 🔍🔥 [Live preview](https://docsgpt.arc53.com/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are emojis removed?
README.md
Outdated
@@ -87,30 +89,26 @@ It will install all the dependencies and allow you to download the local model o | |||
Otherwise, refer to this Guide: | |||
|
|||
1. Download and open this repository with `git clone https://github.com/arc53/DocsGPT.git` | |||
2. Create a `.env` file in your root directory and set the env variable `OPENAI_API_KEY` with your [OpenAI API key](https://platform.openai.com/account/api-keys) and `VITE_API_STREAMING` to true or false, depending on whether you want streaming answers or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait I fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a min
Done✔️ |
Can you please link it to instruction on how to install docker not just a documentation website. Thank you! |
I added install docker url |
Hello, As we had conflicts before in the branch so I had resolved it, and as mentioned about downloading docker I had put the url in the Docker keyword in the README file. |
What kind of change does this PR introduce? - docs update -
Why was this change needed? (You can also link to an open issue here
) Already yaml file of docker is given but it in quick start we need to give Docker official url for downloading according to user device. It will help to setup the docker will also save the time
Other information: -