mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-21 16:09:57 +00:00
example(functions): Add OpenAI functions example (#767)
This commit is contained in:
committed by
GitHub
parent
3c6b798522
commit
8379cce209
5
examples/functions/Dockerfile
Normal file
5
examples/functions/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM python:3.10-bullseye
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
ENTRYPOINT [ "python", "./functions-openai.py" ];
|
Reference in New Issue
Block a user