Make SIF fail fast and add low-cost remote LLM fallback
This commit is contained in:
@@ -250,7 +250,6 @@ class TxtaiIntelligenceService:
|
|||||||
logger.error(message)
|
logger.error(message)
|
||||||
if self.fail_fast:
|
if self.fail_fast:
|
||||||
raise RuntimeError(message)
|
raise RuntimeError(message)
|
||||||
>>>>>>> 8b0547c (Make SIF fail fast and add low-cost remote LLM fallback)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user