renesas_chatbot / config.py
arjunanand13's picture
Create config.py
d770f78 verified
raw
history blame contribute delete
156 Bytes
from dotenv import load_dotenv
import os
load_dotenv()
# for local inferece
OPENAI_API_KEY = "your api key here"
# CHUNK_SIZE = 1000
# CHUNK_OVERLAP = 200