File size: 156 Bytes
d770f78
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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