Skip to content

Commit

Permalink
changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-yashpradhan committed Nov 23, 2024
1 parent 8920d30 commit e0274d3
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 e0274d3

Please sign in to comment.