We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339df76 commit 7466979Copy full SHA for 7466979
.github/workflows/deploy_chatbot.yml
@@ -5,7 +5,7 @@ on:
5
branches: [ "main" ]
6
paths:
7
- 'Python RAG chatbot/**'
8
- - '.github/workflows/deploy-chatbot.yml'
+ - '.github/workflows/deploy_chatbot.yml'
9
10
jobs:
11
deploy-chatbot:
Python RAG chatbot/src/chat_cli.py
@@ -4,9 +4,9 @@
4
from openai import OpenAI
from pinecone import Pinecone
-# =======================================
+# ======================================
# Load environment variables
load_dotenv()
12
CHAT_MODEL = os.getenv("CHAT_MODEL", "gpt-4o-mini")
0 commit comments