Compare commits

...

1 Commits

Author SHA1 Message Date
Harrison Chase
c61e4c7425 update package name 2023-10-27 12:25:50 -07:00

View File

@@ -29,7 +29,7 @@ Edit `app/server.py` to add that package to the routes
```markdown
from fastapi import FastAPI
from langserve import add_routes
from extraction_summary.chain import chain
from extraction_openai_functions import chain
app = FastAPI()