mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 14:44:20 +01:00
feat: search fix web search
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user