Update app.py
Browse files
app.py
CHANGED
@@ -1809,9 +1809,9 @@ def create_gradio_interface(rag_system: RAGSystem) -> gr.Blocks:
|
|
1809 |
---
|
1810 |
### System Information
|
1811 |
|
1812 |
-
**Model:** {config.base_model_name} (Specialized for code analysis)
|
1813 |
-
**Fine-tuning:** Automatic on startup using LoRA
|
1814 |
-
**Vector Store:** ChromaDB with {config.embedding_model}
|
1815 |
**Optimization:** {config.improvement_percentage if hasattr(config, 'improvement_percentage') else '65'}% reduction in hallucination
|
1816 |
|
1817 |
**Key Features:**
|
|
|
1809 |
---
|
1810 |
### System Information
|
1811 |
|
1812 |
+
**Model:** {config.base_model_name} (Specialized for code analysis)\n
|
1813 |
+
**Fine-tuning:** Automatic on startup using LoRA\n
|
1814 |
+
**Vector Store:** ChromaDB with {config.embedding_model}\n
|
1815 |
**Optimization:** {config.improvement_percentage if hasattr(config, 'improvement_percentage') else '65'}% reduction in hallucination
|
1816 |
|
1817 |
**Key Features:**
|