lilyhof commited on
Commit
56b25c7
·
1 Parent(s): ca2a104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -9,19 +9,16 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
-
13
  # *CLAS Basic Interaction Exercise*
14
 
15
  The Basic Interaction Exercise is web-based Chat interface where students interact with the chatbot that has had the instructor-designed prompt given to it but they cannot see the prompt. At the end of the conversation, entire convo is made available as downloadable JSON such that students can download it and turn it in to Brightspace. Ideated by Jesse Blocher (Ph.D.).
16
 
17
- # How to Run the App
18
 
19
  1. To clone the space, toggle on the three dots at the top right of the interface and click "Duplicate this space."
20
- 2. In the pop-up, input secret values for OPEN_AI_KEY and SECRET_PROMPT. These values will not be visible after this step.
21
-
22
- # How to Use the App
23
 
24
- ### Students
25
 
26
  1. Type something into the user input box, and click the "Send" button. The chatbot will respond to your message.
27
  2. Repeat step 1 to continue interaction with the chatbot instructor.
 
9
  pinned: false
10
  ---
11
 
 
12
  # *CLAS Basic Interaction Exercise*
13
 
14
  The Basic Interaction Exercise is web-based Chat interface where students interact with the chatbot that has had the instructor-designed prompt given to it but they cannot see the prompt. At the end of the conversation, entire convo is made available as downloadable JSON such that students can download it and turn it in to Brightspace. Ideated by Jesse Blocher (Ph.D.).
15
 
16
+ # How to Run the App - Instructors
17
 
18
  1. To clone the space, toggle on the three dots at the top right of the interface and click "Duplicate this space."
19
+ 2. In the pop-up, input secret values for PIPLOC, OPEN_AI_KEY, SECRET_PROMPT. These values will not be visible after this step.
 
 
20
 
21
+ # How to Use the App - Students
22
 
23
  1. Type something into the user input box, and click the "Send" button. The chatbot will respond to your message.
24
  2. Repeat step 1 to continue interaction with the chatbot instructor.