fixed typo

This commit is contained in:
AmosDinh 2024-07-01 13:42:10 +00:00
parent 14faba4f00
commit 3f9bf5b4d4

View File

@ -84,7 +84,7 @@ class SearchInternetNode(BaseNode):
You should return only the query string without any additional sentences. \n
For example, if the user prompt is "What is the capital of France?",
you should return "capital of France". \n
If yuo return something else, you will get a really bad grade. \n
If you return something else, you will get a really bad grade. \n
USER PROMPT: {user_prompt}"""
search_prompt = PromptTemplate(