chore: update something
Browse files- docsifer/service.py +1 -0
docsifer/service.py
CHANGED
|
@@ -201,3 +201,4 @@ class DocsiferService:
|
|
| 201 |
return await asyncio.to_thread(
|
| 202 |
self._convert_sync, source, openai_config, cleanup
|
| 203 |
)
|
|
|
|
|
|
| 201 |
return await asyncio.to_thread(
|
| 202 |
self._convert_sync, source, openai_config, cleanup
|
| 203 |
)
|
| 204 |
+
|