We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a921c commit ace030aCopy full SHA for ace030a
demo/chat_web_selects.py
@@ -19,7 +19,7 @@
19
20
pip install prerequisites, in addition to OgbujiPT cloned dir:
21
22
-click sentence_transformers qdrant-client httpx html2text amara3.xml
+click sentence_transformers qdrant-client httpx html2text amara
23
24
```sh
25
python demo/chat_web_selects.py --apibase http://localhost:8000 "www.newworldencyclopedia.org/entry/Igbo_People"
pylib/llm/wrapper.py
from typing import List
from enum import Enum
-from amara3 import iri
+from amara import iri
from ogbujipt import config
0 commit comments