malformed deepseek response handling for formatted json
This commit is contained in:
@@ -24,6 +24,7 @@ class SimplePromptGenerator:
|
||||
self.config_path = config_path
|
||||
self.client = None
|
||||
self.historic_prompts = []
|
||||
self.pool_prompts = []
|
||||
self.prompt_template = ""
|
||||
self.settings = {}
|
||||
|
||||
@@ -34,6 +35,7 @@ class SimplePromptGenerator:
|
||||
# Load data files
|
||||
self._load_prompt_template()
|
||||
self._load_historic_prompts()
|
||||
self._load_pool_prompts()
|
||||
|
||||
def _load_config(self):
|
||||
"""Load configuration from environment file."""
|
||||
|
||||
Reference in New Issue
Block a user