Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 0e55343

Browse files
Update README.md
1 parent 3ef17d9 commit 0e55343

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
### 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.
55

66
### 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
88
- A multi-LLM "sandwiching" process has been implemented
99
- This process uses multiple LLMs to validate both the query and response against the system prompt
1010
- This ensures a more accurate and safer response
1111
- 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
1718

1819
**Microsoft documentation continues below**
1920

0 commit comments

Comments
 (0)