bhulston commited on
Commit
c96271b
1 Parent(s): a0afdfa

Update keyword.py

Browse files
Files changed (1) hide show
  1. keyword.py +1 -1
keyword.py CHANGED
@@ -1,6 +1,6 @@
1
  import openai
2
 
3
- def keyword_agent(query, key):
4
 
5
  system_prompt = """
6
  You are an AI assistant that looks at a given query about a school class, and comes up with a list of 3 keywords related to the query.
 
1
  import openai
2
 
3
+ def keyword_agent(query):
4
 
5
  system_prompt = """
6
  You are an AI assistant that looks at a given query about a school class, and comes up with a list of 3 keywords related to the query.