Skip to content

Commit

Permalink
fix: update based on sally review
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed Mar 14, 2024
1 parent 01ad133 commit f6b2af0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions chatbot-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,4 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/streamlit-chat-app
image: quay.io/redhat-et/locallm-chatbot:latest
4 changes: 2 additions & 2 deletions code-generation/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,4 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/codegen-app
image: quay.io/redhat-et/locallm-codegen:latest
6 changes: 3 additions & 3 deletions rag-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -34,4 +34,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/rag-inference-app
image: quay.io/redhat-et/locallm-rag:latest
4 changes: 2 additions & 2 deletions summarizer-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,4 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/streamlit-summary-app
image: quay.io/redhat-et/locallm-text-summarizer:latest

0 comments on commit f6b2af0

Please sign in to comment.