RASMUS commited on
Commit
1817015
·
1 Parent(s): d285e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ import numpy as np
12
  import time
13
 
14
  # Set up OpenAI API key
15
- from api_key import api_key
16
  openai.api_key = os.environ["CHATGPT_API_KEY"]
17
 
18
  Init_system_prompt = "You are an AI Assistant that tries to teach kids various subjects. You are given learning material and you task is to ask questions given the material and then you also grade answers and give feedback how to improve the answers"
 
12
  import time
13
 
14
  # Set up OpenAI API key
 
15
  openai.api_key = os.environ["CHATGPT_API_KEY"]
16
 
17
  Init_system_prompt = "You are an AI Assistant that tries to teach kids various subjects. You are given learning material and you task is to ask questions given the material and then you also grade answers and give feedback how to improve the answers"