Spaces:
Runtime error
Runtime error
Merge branch 'CaffeineCrew:main' into main
Browse files- backend/__init__.py +1 -1
backend/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ from langchain.llms import CTransformers, Clarifai
|
|
| 11 |
from langchain.chains import LLMChain
|
| 12 |
from langchain.prompts import PromptTemplate
|
| 13 |
|
| 14 |
-
app = FastAPI(title="
|
| 15 |
version="V0.0.1",
|
| 16 |
description="API for automatic code documentation generation!"
|
| 17 |
)
|
|
|
|
| 11 |
from langchain.chains import LLMChain
|
| 12 |
from langchain.prompts import PromptTemplate
|
| 13 |
|
| 14 |
+
app = FastAPI(title="Techdocs",
|
| 15 |
version="V0.0.1",
|
| 16 |
description="API for automatic code documentation generation!"
|
| 17 |
)
|