Merge pull request #706 from debnath003/main

Update some markdown files
pull/709/head
Alex 8 months ago committed by GitHub
commit ed3a3d0876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

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

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

@ -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.

@ -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

@ -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:-

Loading…
Cancel
Save