Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ logging.basicConfig(
|
|
29 |
logger = logging.getLogger(__name__)
|
30 |
|
31 |
app = FastAPI(
|
32 |
-
title="
|
33 |
description="API for Enhanced Recursive Thinking Chat",
|
34 |
version="1.0.0"
|
35 |
)
|
|
|
29 |
logger = logging.getLogger(__name__)
|
30 |
|
31 |
app = FastAPI(
|
32 |
+
title="Chain of Recursive Thoughts",
|
33 |
description="API for Enhanced Recursive Thinking Chat",
|
34 |
version="1.0.0"
|
35 |
)
|