Skip to content

Commit

Permalink
Spelling error for keyword extraction in copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
computationalmama committed Nov 2, 2023
1 parent 36c11ab commit 5139b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daras_ai_v2/doc_search_settings_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def doc_search_settings(
if keyword_instructions_allowed:
st.text_area(
"""
###### 🔑 Keyword Exctraction
###### 🔑 Keyword Extraction
""",
key="keyword_instructions",
height=300,
Expand Down
2 changes: 1 addition & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def run(self, state: dict) -> typing.Iterator[str | None]:

keyword_instructions = (request.keyword_instructions or "").strip()
if keyword_instructions:
yield "Exctracting keywords..."
yield "Extracting keywords..."
state["final_keyword_query"] = generate_final_search_query(
request=request,
instructions=keyword_instructions,
Expand Down

0 comments on commit 5139b39

Please sign in to comment.