Skip to content

Commit

Permalink
Implement llm api (#167)
Browse files Browse the repository at this point in the history
Support open models accessed through https://github.com/simonw/llm
  • Loading branch information
caufieldjh authored Aug 9, 2023
2 parents c53ed42 + 0c6c739 commit 2e335a2
Show file tree
Hide file tree
Showing 57 changed files with 1,340 additions and 919 deletions.
1,037 changes: 531 additions & 506 deletions poetry.lock

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,21 @@ readme = "README.md"
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
click = ">=8.1.3"
openai = ">=0.27.8"
oaklib = ">=0.5.12"
oaklib = ">=0.5.15"
gilda = ">=1.0.0"
jsonlines = ">=3.1.0"
python-multipart = "^0.0.5"
linkml-owl = "^0.2.8"
beautifulsoup4 = ">=4.11.1"
eutils = ">=0.6.0"
class-resolver = ">=0.4.2"
inflect = ">=6.0.2"
bioc = ">=2.0.post5"
linkml = "^1.5.6"
wikipedia = ">=1.4.0"
tiktoken = ">=0.3.3"
airium = ">=0.2.5"
httpx = ">=0.23.3"
aiohttp = ">=3.8.4"
inflection = ">=0.5.1"
linkml-runtime = "^1.5.5"
nlpcloud = ">=1.0.39"
fastapi = {version = ">=0.88.0", optional = true}
uvicorn = {version = ">=0.20.0", optional = true}
Expand All @@ -42,14 +39,16 @@ textract = {version = "*", extras = ["textract"], optional = true}
cachier = ">=2.1.0"
wikipedia-api = ">=0.5.8"
pystow = "^0.5.0"
langchain = ">=0.0.229"
gpt4all = {version = ">=0.3.5", extras = ["gpt4all"], optional = true}
requests-cache = ">=1.0.1"
streamlit = ">=1.22.0"
gpt4 = ">=0.0.1"
"ruamel.yaml" = ">=0.17.31"
requests = "^2.31.0"
huggingface_hub = {version = ">=0.15.1", extras = ["huggingface"], optional = true}
llm = "^0.6.1"
llm-gpt4all = "^0.1.1"
linkml = "^1.5.6"
linkml-owl = "^0.3.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.1.2"
Expand Down
Loading

0 comments on commit 2e335a2

Please sign in to comment.