Spaces:
Sleeping
Sleeping
Update document_generator_v2.py
Browse files- document_generator_v2.py +1 -1
document_generator_v2.py
CHANGED
@@ -89,7 +89,7 @@ from datetime import datetime
|
|
89 |
from typing import Dict, Any, List, Optional
|
90 |
|
91 |
class LLMObservabilityManager:
|
92 |
-
def __init__(self, db_path: str = "
|
93 |
self.db_path = db_path
|
94 |
self.create_table()
|
95 |
|
|
|
89 |
from typing import Dict, Any, List, Optional
|
90 |
|
91 |
class LLMObservabilityManager:
|
92 |
+
def __init__(self, db_path: str = "llm_observability_v2.db"):
|
93 |
self.db_path = db_path
|
94 |
self.create_table()
|
95 |
|