You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Evaluation Function using ChatGPT
2
2
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`.
6
4
7
5
## Table of Contents
8
6
-[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
15
13
-[Middleware Functions](#middleware-functions)
16
14
-[GitHub Actions](#github-actions)
17
15
-[Pre-requisites](#pre-requisites)
18
-
-[Contact](#contact)
19
16
20
17
## Repository Structure
21
18
@@ -92,5 +89,3 @@ Although all programming can be done through the GitHub interface, it is recomme
92
89
- A code editor such as Atom, VS Code, or Sublime.
93
90
94
91
Copy this template over by clicking **Use this template** button found in the repository on GitHub. Save it to the `lambda-feedback` Organisation.
0 commit comments