alfraser commited on
Commit
cad56b0
1 Parent(s): 9717f11

Tweaked spelling error

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -4,7 +4,7 @@ from src.st_helpers import st_setup
4
  if st_setup("LLM Architectures"):
5
  st.write("""
6
  # LLM Architecture Assessment
7
- This application is an interactive element of the LLM Architecture Assessment project prepared by [Alisdair Fraser](http://www.linkedin.com/alisdairfraser) (alisdairfraser (at) gmail (dot) com), in submission for the final research project for the [Online MSc in Artificial Intelligence](https://info.online.bath.ac.uk/msai/) with the University of Bath. This application allows users to browse a synthetic set of "pruvate data" and to interact with systems built to represent different architectural prototypes.
8
 
9
  The goal of the project is to make an assessment of the architectural patterns for deploying LLMs in conjunction with private data stores. The target audience is IT management, with a goal of providing key considerations for why one might choose a particular architecture or another.
10
 
 
4
  if st_setup("LLM Architectures"):
5
  st.write("""
6
  # LLM Architecture Assessment
7
+ This application is an interactive element of the LLM Architecture Assessment project prepared by [Alisdair Fraser](http://www.linkedin.com/alisdairfraser) (alisdairfraser (at) gmail (dot) com), in submission for the final research project for the [Online MSc in Artificial Intelligence](https://info.online.bath.ac.uk/msai/) with the University of Bath. This application allows users to browse a synthetic set of "private data" and to interact with systems built to represent different architectural prototypes.
8
 
9
  The goal of the project is to make an assessment of the architectural patterns for deploying LLMs in conjunction with private data stores. The target audience is IT management, with a goal of providing key considerations for why one might choose a particular architecture or another.
10