bhulston commited on
Commit
30aeabc
1 Parent(s): 6aeaf4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ Starting with the USC schedule of classes website for all classes provided, and
16
  Then using multiple agents to handle different steps in the process (to abstract away prompt engineering from the user to the backend), we are able to do complex searches to help students find their ideal class:)
17
 
18
  ## Room for Improvement:
19
- 1. Using fine-tuned BERT models for certain agents rather than relying on a large language model (a bit overkill)
20
  2. Optimizing RAG searches and incorporating more information about classes in GPT responses
21
  3. Support for a user to choose what language models to use
22
 
 
16
  Then using multiple agents to handle different steps in the process (to abstract away prompt engineering from the user to the backend), we are able to do complex searches to help students find their ideal class:)
17
 
18
  ## Room for Improvement:
19
+ 1. Using fine-tuned BERT models for certain agents (Using an LLM is easier, but a bit overkill in this scenario)
20
  2. Optimizing RAG searches and incorporating more information about classes in GPT responses
21
  3. Support for a user to choose what language models to use
22