Skip to content

Commit

Permalink
Merge pull request #49 from dsba6010-llm-applications/readme-updates
Browse files Browse the repository at this point in the history
changes in README.md
  • Loading branch information
neal-logan authored Nov 23, 2024
2 parents 60af79e + e0274d3 commit 41ea386
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions MinuteMate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@
- **Response Generation** - Generates a response, typically by sending a request to a generative model with the original user prompt and a system prompt including selected resources acquired from the vector database.
- **Trust & Safety** - Two separate stages, each using an external generative model. The first stage examines only the incoming prompt. If an inappropriate prompt is detected at this stage, all ordinary steps are skipped and a response is sent declining the prompt. The second examines generated responses and vetoes those with inappropriate content.

##### Setup - Docker

TODO
##### Setup - Repo

**Front-End
```
cd /MinuteMate/front/
streamlit run app.py
```

**Back-End
```
cd /MinuteMate/back/
uvicorn main02:app --reload
```


0 comments on commit 41ea386

Please sign in to comment.