Upload api_clients.py
Browse files- api_clients.py +2 -2
api_clients.py
CHANGED
|
@@ -14,8 +14,8 @@ from chat_processing import (
|
|
| 14 |
remove_code_block, apply_search_replace_changes, send_to_sandbox,
|
| 15 |
history_to_chatbot_messages, get_gradio_language
|
| 16 |
)
|
| 17 |
-
from file_processing import (
|
| 18 |
-
extract_text_from_file, create_multimodal_message
|
| 19 |
)
|
| 20 |
from web_extraction import extract_website_content
|
| 21 |
|
|
|
|
| 14 |
remove_code_block, apply_search_replace_changes, send_to_sandbox,
|
| 15 |
history_to_chatbot_messages, get_gradio_language
|
| 16 |
)
|
| 17 |
+
from file_processing import ( # file_processing.py
|
| 18 |
+
extract_text_from_file, create_multimodal_message,
|
| 19 |
)
|
| 20 |
from web_extraction import extract_website_content
|
| 21 |
|