Skip to content

Commit

Permalink
chore: resolve langchain root dependency warning; move pytest to grou…
Browse files Browse the repository at this point in the history
…p test dependency only
  • Loading branch information
fynnfluegge committed Jan 20, 2024
1 parent 773dcc7 commit 1f8a368
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 981 deletions.
3 changes: 2 additions & 1 deletion doc_comments_ai/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
from enum import Enum

import inquirer
from langchain import LLMChain, PromptTemplate
from langchain.chains import LLMChain
from langchain.chat_models import ChatLiteLLM
from langchain.llms import LlamaCpp
from langchain.prompts import PromptTemplate

from doc_comments_ai import utils

Expand Down
Loading

0 comments on commit 1f8a368

Please sign in to comment.