Merge pull request #503 from ManishMadan2882/main

added the copy response feature
This commit is contained in:
Alex
2023-10-08 22:40:51 +01:00
committed by GitHub
7 changed files with 69 additions and 4 deletions

View File

@@ -51,9 +51,11 @@ export default function About() {
</div>
<p>
Currently It uses <span className= "text-blue-950 font-medium">DocsGPT</span> documentation, so it will respond to
information relevant to <span className= "text-blue-950 font-medium">DocsGPT</span> . If you want to train it on different
documentation - please follow
Currently It uses{' '}
<span className="text-blue-950 font-medium">DocsGPT</span>{' '}
documentation, so it will respond to information relevant to{' '}
<span className="text-blue-950 font-medium">DocsGPT</span> . If you
want to train it on different documentation - please follow
<a
className="text-blue-500"
href="https://github.com/arc53/DocsGPT/wiki/How-to-train-on-other-documentation"