mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 16:34:59 +00:00
Langchain Example Updates (#199)
This commit is contained in:
parent
7e5fe35ae4
commit
3411bfd00d
8 changed files with 22 additions and 376 deletions
|
@ -2,4 +2,4 @@ FROM python:3.10-bullseye
|
|||
COPY ./langchainpy-localai-example /app
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
ENTRYPOINT [ "python", "./simple_demo.py" ];
|
||||
ENTRYPOINT [ "python", "./full_demo.py" ];
|
Loading…
Add table
Add a link
Reference in a new issue