mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-08 03:41:13 -05:00
Langchain Example Updates (#199)
This commit is contained in:
@@ -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" ];
|
||||
Reference in New Issue
Block a user