openfree commited on
Commit
54fe831
·
verified ·
1 Parent(s): 40959a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ logging.basicConfig(
29
  logger = logging.getLogger(__name__)
30
 
31
  app = FastAPI(
32
- title="RecThink API",
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
  )