Update keyword.py
Browse files- keyword.py +1 -1
keyword.py
CHANGED
@@ -1,6 +1,6 @@
|
|
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.
|
|
|
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.
|