Skip to content

Commit f0dbad6

Browse files
authored
Update README.md
1 parent f175a31 commit f0dbad6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Evaluation Function using ChatGPT
22

3-
This template repository contains the boilerplate code needed in order to create an AWS Lambda function that can be written by any tutor to grade a response area in any way they like.
4-
5-
This version is specifically for python, however the ultimate goal is to make similar boilerplate repositories in any language, allowing tutors the freedom to code in what they feel most comfortable with.
3+
This function can be used to prompt GPT models by providing prompts in the request parameters. For more information, look at `app/docs`.
64

75
## Table of Contents
86
- [Evaluation Function Template Repository](#evaluation-function-template-repository)
@@ -15,7 +13,6 @@ This version is specifically for python, however the ultimate goal is to make si
1513
- [Middleware Functions](#middleware-functions)
1614
- [GitHub Actions](#github-actions)
1715
- [Pre-requisites](#pre-requisites)
18-
- [Contact](#contact)
1916

2017
## Repository Structure
2118

@@ -92,5 +89,3 @@ Although all programming can be done through the GitHub interface, it is recomme
9289
- A code editor such as Atom, VS Code, or Sublime.
9390

9491
Copy this template over by clicking **Use this template** button found in the repository on GitHub. Save it to the `lambda-feedback` Organisation.
95-
96-
## Contact

0 commit comments

Comments
 (0)