diff --git a/chatbot-langchain/ai-studio.yaml b/chatbot-langchain/ai-studio.yaml index 3c72f8bea..760155f91 100644 --- a/chatbot-langchain/ai-studio.yaml +++ b/chatbot-langchain/ai-studio.yaml @@ -15,7 +15,7 @@ application: - amd64 ports: - 8001 - image: quay.io/redhat-et/llamacpp-server + image: quay.io/redhat-et/locallm-model-service:latest - name: streamlit-chat-app contextdir: . containerfile: builds/Containerfile @@ -24,4 +24,4 @@ application: - amd64 ports: - 8501 - image: quay.io/redhat-et/streamlit-chat-app \ No newline at end of file + image: quay.io/redhat-et/locallm-chatbot:latest \ No newline at end of file diff --git a/code-generation/ai-studio.yaml b/code-generation/ai-studio.yaml index 7933f1516..b91db12c3 100644 --- a/code-generation/ai-studio.yaml +++ b/code-generation/ai-studio.yaml @@ -15,7 +15,7 @@ application: - amd64 ports: - 8001 - image: quay.io/redhat-et/llamacpp-server + image: quay.io/redhat-et/locallm-model-service:latest - name: codegen-app contextdir: . containerfile: builds/Containerfile @@ -24,4 +24,4 @@ application: - amd64 ports: - 8501 - image: quay.io/redhat-et/codegen-app + image: quay.io/redhat-et/locallm-codegen:latest diff --git a/rag-langchain/ai-studio.yaml b/rag-langchain/ai-studio.yaml index 57b0336ef..f8b395408 100644 --- a/rag-langchain/ai-studio.yaml +++ b/rag-langchain/ai-studio.yaml @@ -15,7 +15,7 @@ application: - amd64 ports: - 8001 - image: quay.io/redhat-et/llamacpp-server + image: quay.io/redhat-et/locallm-model-service:latest - name: chromadb-server contextdir: builds/chromadb containerfile: Containerfile @@ -25,7 +25,7 @@ application: - amd64 ports: - 8000 - image: quay.io/redhat-et/chromadb-server + image: quay.io/redhat-et/locallm-chromadb:latest - name: rag-inference-app contextdir: . containerfile: builds/Containerfile @@ -34,4 +34,4 @@ application: - amd64 ports: - 8501 - image: quay.io/redhat-et/rag-inference-app \ No newline at end of file + image: quay.io/redhat-et/locallm-rag:latest \ No newline at end of file diff --git a/summarizer-langchain/ai-studio.yaml b/summarizer-langchain/ai-studio.yaml index 96fe41509..65c9e3b10 100644 --- a/summarizer-langchain/ai-studio.yaml +++ b/summarizer-langchain/ai-studio.yaml @@ -15,7 +15,7 @@ application: - amd64 ports: - 8001 - image: quay.io/redhat-et/llamacpp-server + image: quay.io/redhat-et/locallm-model-service:latest - name: streamlit-summary-app contextdir: . containerfile: builds/Containerfile @@ -24,4 +24,4 @@ application: - amd64 ports: - 8501 - image: quay.io/redhat-et/streamlit-summary-app \ No newline at end of file + image: quay.io/redhat-et/locallm-text-summarizer:latest \ No newline at end of file