Skip to content

Commit

Permalink
Merge pull request #91 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🛠️(deps): update dependency
  • Loading branch information
mraniki authored Sep 19, 2023
2 parents cf26d92 + 8911daf commit 02f3f55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions myllm/main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
"""
MYLLM Main 🤖
"""

import asyncio
import importlib
from typing import Any, List, Mapping, Optional
import nest_asyncio

import g4f
import nest_asyncio
from g4f import Provider
from langchain.chains import ConversationChain
from langchain.llms.base import LLM
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ loguru = ">=0.6.0"
httpx = ">=0.24.1"
js2py = "^0.74"
g4f = "^0.0.2.6"
langchain = "^0.0.285"
langchain = "^0.0.293"
nest_asyncio = "*"


Expand Down Expand Up @@ -71,8 +71,8 @@ pytest-loguru = "^0.2.0"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "7.2.4"
pydata-sphinx-theme = "^0.13.3"
sphinx = "7.2.6"
pydata-sphinx-theme = "^0.14.0"
sphinx-hoverxref = "^1.3.0"
sphinx_copybutton = "0.5.2"
myst_parser = "^2.0.0"
Expand Down

0 comments on commit 02f3f55

Please sign in to comment.