Spaces:
Build error
Build error
Update utils/response_manager.py
Browse files
utils/response_manager.py
CHANGED
|
@@ -5,7 +5,6 @@ from typing import Optional
|
|
| 5 |
|
| 6 |
|
| 7 |
class ResponseManager:
|
| 8 |
-
ResponseManager
|
| 9 |
"""
|
| 10 |
This class initializes the OpenAI client and provides methods to create responses,
|
| 11 |
maintain conversation history, and handle user queries.
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
class ResponseManager:
|
|
|
|
| 8 |
"""
|
| 9 |
This class initializes the OpenAI client and provides methods to create responses,
|
| 10 |
maintain conversation history, and handle user queries.
|