Skip to content

Commit 7466979

Browse files
committed
Fixed typo and testing deploy chatbot workflow
1 parent 339df76 commit 7466979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy_chatbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "main" ]
66
paths:
77
- 'Python RAG chatbot/**'
8-
- '.github/workflows/deploy-chatbot.yml'
8+
- '.github/workflows/deploy_chatbot.yml'
99

1010
jobs:
1111
deploy-chatbot:

Python RAG chatbot/src/chat_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
from openai import OpenAI
55
from pinecone import Pinecone
66

7-
# =======================================
7+
# ======================================
88
# Load environment variables
9-
# =======================================
9+
# ======================================
1010
load_dotenv()
1111

1212
CHAT_MODEL = os.getenv("CHAT_MODEL", "gpt-4o-mini")

0 commit comments

Comments
 (0)