Skip to content

Commit ace030a

Browse files
committed
Workflow updates
1 parent 68a921c commit ace030a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/chat_web_selects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
pip install prerequisites, in addition to OgbujiPT cloned dir:
2121
22-
click sentence_transformers qdrant-client httpx html2text amara3.xml
22+
click sentence_transformers qdrant-client httpx html2text amara
2323
2424
```sh
2525
python demo/chat_web_selects.py --apibase http://localhost:8000 "www.newworldencyclopedia.org/entry/Igbo_People"

pylib/llm/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typing import List
2020
from enum import Enum
2121

22-
from amara3 import iri
22+
from amara import iri
2323

2424
from ogbujipt import config
2525

0 commit comments

Comments
 (0)