Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface.py
Browse files
utils/chatbot_interface.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
from utils.response_manager import ResponseManager
|
7 |
|
8 |
class ChatbotInterface:
|
9 |
-
|
10 |
config_path: str = 'config/gradio_config.json',
|
11 |
model: str = "gpt-4o-mini",
|
12 |
temperature: float = 0,
|
|
|
6 |
from utils.response_manager import ResponseManager
|
7 |
|
8 |
class ChatbotInterface:
|
9 |
+
def __init__(self,
|
10 |
config_path: str = 'config/gradio_config.json',
|
11 |
model: str = "gpt-4o-mini",
|
12 |
temperature: float = 0,
|