We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d794f28 commit a21e69aCopy full SHA for a21e69a
Dockerfile
@@ -16,6 +16,8 @@ FROM cicirello/pyaction:4
16
COPY entrypoint.py /entrypoint.py
17
COPY requirements.txt /requirements.txt
18
COPY prompt.py /prompt.py
19
+COPY llm_client.py /llm_client.py
20
+COPY llm_configs.py /llm_configs.py
21
COPY locale/ /locale/
22
23
RUN python3 -m pip install --upgrade pip
0 commit comments