feat: search fix web search

This commit is contained in:
Florian Hönicke
2023-05-19 23:30:59 +02:00
parent 8746749f0f
commit e25a625f08
2 changed files with 18 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ FILE_AND_TAG_PAIRS = [
(STREAMLIT_FILE_NAME, STREAMLIT_FILE_TAG)
]
INDICATOR_TO_IMPORT_STATEMENT = {
'BytesIO': 'from io import BytesIO',
}
FLOW_URL_PLACEHOLDER = 'jcloud.jina.ai'
PRICING_GPT4_PROMPT = 0.03