Merge pull request #706 from debnath003/main

Update some markdown files
This commit is contained in:
Alex
2023-10-26 17:53:45 +01:00
committed by GitHub
6 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Self-hosting DocsGPT on Amazon Lightsail
Here's a step-by-step guide on how to setup an Amazon Lightsail instance to host DocsGPT.
Here's a step-by-step guide on how to set up an Amazon Lightsail instance to host DocsGPT.
## Configuring your instance

View File

@@ -11,4 +11,4 @@
"title": "🚂Deploying on Rainway",
"href": "/Deploying/Railway-Deploying"
}
}
}

View File

@@ -43,4 +43,5 @@ export default function MyApp({ Component, pageProps }) {
}
```
For more information about React, refer to this [link here](https://react.dev/learn)

View File

@@ -2,7 +2,7 @@
To customize the main prompt for DocsGPT, follow these steps:
1. Navigate to `/application/prompt/combine_prompt.txt`.
1. Navigate to `/application/prompts/combine_prompt.txt`.
2. Edit the `combine_prompt.txt` file to modify the prompt text. You can experiment with different phrasings and structures to see how the model responds.

View File

@@ -19,12 +19,12 @@ You can omit the keys if users provide their own. Ensure you set `LLM_NAME` and
## Step 2: Choose Your Models
**Options for `LLM_NAME`:**
- openai
- manifest
- cohere
- Arc53/docsgpt-14b
- Arc53/docsgpt-7b-falcon
- llama.cpp
- OpenAI ([More details](https://platform.openai.com/docs/models))
- manifest ([More details](https://python.langchain.com/docs/integrations/llms/manifest))
- cohere ([More details](https://docs.cohere.com/docs/llmu))
- Arc53/docsgpt-14b ([More details](https://huggingface.co/Arc53/docsgpt-14b))
- Arc53/docsgpt-7b-falcon ([More details](https://huggingface.co/Arc53/docsgpt-7b-falcon))
- llama.cpp ([More details](https://python.langchain.com/docs/integrations/llms/llamacpp))
**Options for `EMBEDDINGS_NAME`:**
- openai_text-embedding-ada-002

View File

@@ -1,3 +1,5 @@
# Avoiding hallucinations
If your AI uses external knowledge and is not explicit enough, it is ok, because we try to make DocsGPT friendly.
But if you want to adjust it, here is a simple way:-