|
4 | 4 | ### Code in this repository is free for use by anyone, anywhere but is still subject to the original license under which Microsoft supplied the original repo. Anyone is welcome to propose code changes herein to the upstream (Microsoft repo) as PRs - however note that the code has diverged significantly from the original codebase. |
5 | 5 |
|
6 | 6 | ### Changes vs. Upstream (at time of fork) are as follows: |
7 | | -- An evaluation framework has been developed |
| 7 | +- An evaluation framework has been developed - refer to the "evaluation_framework" folder in this repo |
8 | 8 | - A multi-LLM "sandwiching" process has been implemented |
9 | 9 | - This process uses multiple LLMs to validate both the query and response against the system prompt |
10 | 10 | - This ensures a more accurate and safer response |
11 | 11 | - It also ensures adherance to rules around undesirable responses |
12 | | - - A "theming" workflow has been created (please refer to the [customise_frontend.md](https://github.com/cinzlab/govgpt-azure-search-openai-demo/blob/main-0.6.3-dev/docs/customise_frontend.md) doc) |
13 | | - - Hidden Google reCAPTCHA has been added - please ensure you create/add the env variable to your Azure App Service: GOOGLE_RECAPTCHA_KEY <recaptcha key> - reCAPTCHA is freely availabe from Google - you will need to use the "hidden v2" version |
14 | | - - Process changes (which you are welcome to use and adapt as ytou need): |
15 | | - - Significant changes to the original system prompt have been implemented |
16 | | - - A legally robust disclaimer has been added |
| 12 | +- A "theming" workflow has been created (please refer to the [customise_frontend.md](https://github.com/cinzlab/govgpt-azure-search-openai-demo/blob/main-0.6.3-dev/docs/customise_frontend.md) doc) |
| 13 | +- Hidden Google reCAPTCHA has been added - please ensure you create/add the env variable to your Azure App Service: GOOGLE_RECAPTCHA_KEY <recaptcha key> - reCAPTCHA is freely availabe from Google - you will need to use the "hidden v2" version |
| 14 | +- Process changes (which you are welcome to use and adapt as ytou need): |
| 15 | + - Significant changes to the original system prompt have been implemented |
| 16 | + - A legally robust disclaimer has been added |
| 17 | +- Some basic python code for scraping links (as well as some of the outputs from scraping) has been included in the "ci_linkscraping" folder in this repo |
17 | 18 |
|
18 | 19 | **Microsoft documentation continues below** |
19 | 20 |
|
|
0 commit comments