llm-website-qa / .env.template
thisisishara's picture
init commit
0fac726
raw
history blame
193 Bytes
# ["hf", "openai"]
ASSISTANT_TYPE=openai
EMBEDDING_TYPE=hf
# if openai
OPENAI_API_KEY=sk-xxxxx
OPENAI_KNOWLEDGEBASE=kb_openai
# if hf
HUGGINGFACEHUB_API_TOKEN=hf_xxxxx
HF_KNOWLEDGEBASE=kb_hf