diff --git a/README.md b/README.md index 4bc9d199..980be6a9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you don't have enough resources to run it, you can use bitsnbytes to quantize Note: Make sure you have [Docker](https://docs.docker.com/engine/install/) installed -On Mac OS or Linux, write: +On macOS or Linux, write: `./setup.sh` @@ -130,7 +130,7 @@ Make sure you have Python 3.10 or 3.11 installed. 2. (optional) Create a Python virtual environment: You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments. -a) On Mac OS and Linux +a) On macOS and Linux ```commandline python -m venv venv diff --git a/application/prompts/chat_combine_prompt.txt b/application/prompts/chat_combine_prompt.txt index 2f9a61c9..194b8537 100644 --- a/application/prompts/chat_combine_prompt.txt +++ b/application/prompts/chat_combine_prompt.txt @@ -1,5 +1,5 @@ You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help with documents. You give thorough answers with code examples if possible. -Use the following pieces of context to help answer the users question. If its not relevant to the question, provide friendly responses. +Use the following pieces of context to help answer the users question. If it's not relevant to the question, provide friendly responses. You have access to chat history, and can use it to help answer the question. When using code examples, use the following format: ```(language) diff --git a/application/prompts/chat_reduce_prompt.txt b/application/prompts/chat_reduce_prompt.txt index a5842d87..b4525c2d 100644 --- a/application/prompts/chat_reduce_prompt.txt +++ b/application/prompts/chat_reduce_prompt.txt @@ -1,3 +1,3 @@ -Use the following pieces of context to help answer the users question. If its not relevant to the question, respond with "-" +Use the following pieces of context to help answer the users question. If it's not relevant to the question, respond with "-" ---------------- {context} \ No newline at end of file diff --git a/application/prompts/combine_prompt.txt b/application/prompts/combine_prompt.txt index a008da32..c9ce63de 100644 --- a/application/prompts/combine_prompt.txt +++ b/application/prompts/combine_prompt.txt @@ -2,7 +2,7 @@ You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help QUESTION: How to merge tables in pandas? ========= -Content: pandas provides various facilities for easily combining together Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations. +Content: pandas provides various facilities for easily combining Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations. Source: 28-pl Content: pandas provides a single function, merge(), as the entry point for all standard database join operations between DataFrame or named Series objects: \n\npandas.merge(left, right, how='inner', on=None, left_on=None, right_on=None, left_index=False, right_index=False, sort=False, suffixes=('_x', '_y'), copy=True, indicator=False, validate=None) Source: 30-pl diff --git a/application/prompts/combine_prompt_hist.txt b/application/prompts/combine_prompt_hist.txt index 509a4a0f..0d072902 100644 --- a/application/prompts/combine_prompt_hist.txt +++ b/application/prompts/combine_prompt_hist.txt @@ -2,7 +2,7 @@ You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help QUESTION: How to merge tables in pandas? ========= -Content: pandas provides various facilities for easily combining together Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations. +Content: pandas provides various facilities for easily combining Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations. Source: 28-pl Content: pandas provides a single function, merge(), as the entry point for all standard database join operations between DataFrame or named Series objects: \n\npandas.merge(left, right, how='inner', on=None, left_on=None, right_on=None, left_index=False, right_index=False, sort=False, suffixes=('_x', '_y'), copy=True, indicator=False, validate=None) Source: 30-pl diff --git a/docs/pages/Deploying/Railway-Deploying.md b/docs/pages/Deploying/Railway-Deploying.md index 34937b3d..ab6064a9 100644 --- a/docs/pages/Deploying/Railway-Deploying.md +++ b/docs/pages/Deploying/Railway-Deploying.md @@ -7,7 +7,7 @@ Here's a step-by-step guide on how to host DocsGPT on Railway App. -At first Clone and setup the project locally to run , test and Modify. +At first Clone and set up the project locally to run , test and Modify. diff --git a/docs/pages/Guides/Customising-prompts.md b/docs/pages/Guides/Customising-prompts.md index 9d95aa8f..2b124c04 100644 --- a/docs/pages/Guides/Customising-prompts.md +++ b/docs/pages/Guides/Customising-prompts.md @@ -11,7 +11,7 @@ Customizing the main prompt for DocsGPT gives you the ability to tailor the AI's **Original Prompt:** ```markdown You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help with documents. You give thorough answers with code examples if possible. -Use the following pieces of context to help answer the users question. If its not relevant to the question, provide friendly responses. +Use the following pieces of context to help answer the users question. If it's not relevant to the question, provide friendly responses. You have access to chat history, and can use it to help answer the question. When using code examples, use the following format: diff --git a/extensions/react-widget/README.md b/extensions/react-widget/README.md index a680b180..89dff7e4 100644 --- a/extensions/react-widget/README.md +++ b/extensions/react-widget/README.md @@ -1,7 +1,7 @@ # DocsGPT react widget -THis widget will allow you to embed a DocsGPT assistant in your react app. +This widget will allow you to embed a DocsGPT assistant in your React app. ## Installation