Skip to content

Commit

Permalink
Add link to Streamlit demo
Browse files Browse the repository at this point in the history
  • Loading branch information
levon003 committed Aug 28, 2023
1 parent 7251f39 commit d929c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ I did not include the FAISS dependency in `environment.yaml`.

A few notes about the app.

#### Deployment

Manually deployed via `levon003`'s account.

#### Authentication

For local development, streamlit secrets need to be stored in `.streamlit/secrets.toml`
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ How can we incorporate trusted, external math knowledge in generated answers to
This project is [hosted on GitHub](https://github.com/levon003/llm-math-education).
Feel free to open an [issue](https://github.com/levon003/llm-math-education/issues) with questions, comments, or requests.

## Demo

You can explore the effects of the retrieval-augmented generation approach by using our [Streamlit app](https://llm-math-education-levon003.streamlit.app/About_this_app). You'll need to provide your own OpenAI API key.

## Installation

Expand Down

0 comments on commit d929c34

Please sign in to comment.