Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ignitariumcloud
/
renesas_chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arjunanand13
commited on
Nov 6, 2024
Commit
d770f78
·
verified
·
1 Parent(s):
c6c1ce5
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+8
-0
config.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
from dotenv import load_dotenv
2
+
import os
3
+
4
+
load_dotenv()
5
+
# for local inferece
6
+
OPENAI_API_KEY = "your api key here"
7
+
# CHUNK_SIZE = 1000
8
+
# CHUNK_OVERLAP = 200