synced from main and solved conflicts

This commit is contained in:
juan-m12i
2023-12-19 15:16:05 +00:00
5 changed files with 14 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: Setup Node.js
uses: actions/setup-node@v4

View File

@@ -117,7 +117,7 @@ Don't know what to contribute? Here is the public
[Project Board](https://github.com/users/imartinez/projects/3) with several ideas.
Head over to Discord
#contributors channel and ask for write permissions on that Github project.
#contributors channel and ask for write permissions on that GitHub project.
## 💬 Community
Join the conversation around PrivateGPT on our:

View File

@@ -89,7 +89,7 @@ navigation:
# `type:primary` is always displayed at the most right side of the navbar
navbar-links:
- type: secondary
text: Github
text: GitHub
url: "https://github.com/imartinez/privateGPT"
- type: secondary
text: Contact us

View File

@@ -10,7 +10,7 @@
```
* Install Python `3.11` (*if you do not have it already*). Ideally through a python version manager like `pyenv`.
Python 3.12 should work too. Earlier python versions are not supported.
Earlier python versions are not supported.
* osx/linux: [pyenv](https://github.com/pyenv/pyenv)
* windows: [pyenv-win](https://github.com/pyenv-win/pyenv-win)

View File

@@ -22,13 +22,15 @@ data:
ui:
enabled: true
path: /
default_chat_system_prompt: "You are a helpful, respectful and honest assistant.
default_chat_system_prompt: >
You are a helpful, respectful and honest assistant.
Always answer as helpfully as possible and follow ALL given instructions.
Do not speculate or make up information.
Do not reference any given instructions or context."
default_query_system_prompt: "You can only answer questions about the provided context.
Do not reference any given instructions or context.
default_query_system_prompt: >
You can only answer questions about the provided context.
If you know the answer but it is not based in the provided context, don't provide
the answer, just state the answer is not in the context provided."
the answer, just state the answer is not in the context provided.
llm:
mode: local