Skip to content

Commit

Permalink
💬 temp ChatLlamaCpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 1, 2023
1 parent dbdbd2d commit fda22e0
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 34 deletions.
2 changes: 1 addition & 1 deletion examples/llamacpp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from langchain.chat_models import ChatLlamaCpp
from pydantic import BaseModel

from funcchain import chain, settings
from funcchain._llms import ChatLlamaCpp
from funcchain.streaming import stream_to


Expand Down
32 changes: 0 additions & 32 deletions examples/ollama.py

This file was deleted.

Loading

0 comments on commit fda22e0

Please sign in to comment.