ask2.py / .env.tpl
linktimecloud's picture
Upload folder using huggingface_hub
e824e2c verified
raw
history blame contribute delete
248 Bytes
# right now we use Google search API
SEARCH_API_KEY=your-google-search-api-key
SEARCH_PROJECT_KEY=your-google-cx-key
# right now we use OpenAI API
LLM_API_KEY=your-openai-api-key
# Run and share Gradio UI
RUN_GRADIO_UI=False
SHARE_GRADIO_UI=False