update default model URLs (#1538)

This commit is contained in:
cebtenzzre
2023-10-19 15:25:37 -04:00
committed by GitHub
parent 4338e72a51
commit 245c5ce5ea
8 changed files with 10 additions and 10 deletions

View File

@@ -18,6 +18,6 @@ COPY gpt4all_api/app /app
RUN mkdir -p /models
# Include the following line to bake a model into the image and not have to download it on API start.
RUN wget -q --show-progress=off https://gpt4all.io/models/${MODEL_BIN} -P /models \
RUN wget -q --show-progress=off https://gpt4all.io/models/gguf/${MODEL_BIN} -P /models \
&& md5sum /models/${MODEL_BIN}