mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 14:44:20 +01:00
⚽ refactor: playground more stable generation
This commit is contained in:
@@ -27,7 +27,9 @@ FILE_AND_TAG_PAIRS = [
|
||||
]
|
||||
|
||||
INDICATOR_TO_IMPORT_STATEMENT = {
|
||||
'io.BytesIO': 'import io',
|
||||
'BytesIO': 'from io import BytesIO',
|
||||
'base64': 'import base64',
|
||||
}
|
||||
|
||||
FLOW_URL_PLACEHOLDER = 'jcloud.jina.ai'
|
||||
|
||||
Reference in New Issue
Block a user