Skip to content

Commit 8a0c039

Browse files
committed
retest chatbot autodeploy workflow
1 parent 7119d47 commit 8a0c039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)