Skip to content

Commit

Permalink
LocalAI: use docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Jan 26, 2024
1 parent 5e2c25d commit ef5ca1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class AbstractLocalAiInfrastructure {

private static final String LOCAL_AI_IMAGE = "quay.io/go-skynet/local-ai:v1.40.0";
private static final String LOCAL_AI_IMAGE = "localai/localai:latest";

private static final String LOCAL_IMAGE_NAME = "tc-local-ai";

Expand Down

0 comments on commit ef5ca1c

Please sign in to comment.