We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7119d47 commit 8a0c039Copy full SHA for 8a0c039
Python RAG chatbot/src/chat_cli.py
@@ -4,9 +4,9 @@
4
from openai import OpenAI
5
from pinecone import Pinecone
6
7
-# =====================================
+# ====================================
8
# Load environment variables
9
10
load_dotenv()
11
12
CHAT_MODEL = os.getenv("CHAT_MODEL", "gpt-4o-mini")
0 commit comments