mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Fix stuck retries in extraction and enable configurable retry limit. Resolves #207
This commit is contained in:
@@ -288,6 +288,7 @@
|
||||
" llm_model=\"llama-3.1-8b-instant\",\n",
|
||||
" temperature=0.0,\n",
|
||||
" api_key=GROQ_API_KEY,\n",
|
||||
" max_retries=3,\n",
|
||||
")\n",
|
||||
"\n",
|
||||
"ENTITY_TYPES = [\"ORGANIZATION\", \"PERSON\", \"MONEY\", \"PERCENT\", \"DATE\", \"EVENT\"]\n",
|
||||
|
||||
Reference in New Issue
Block a user