You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`create-fastapi-project` provides a streamlined way to kickstart your FastAPI projects. Here are some compelling reasons to choose it for your project setup:
Copy file name to clipboardExpand all lines: create_fastapi_project/templates/langchain_basic/README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,10 @@ You can start editing the server by modifying `app/main.py`.
62
62
63
63
## Demo Langchain Tools
64
64
65
-
This template includes some tools to help you get started with your project:
66
-
67
-
- Search pokemon by name or id
68
-
- Search weather by city name
69
-
- Search images by keyword
70
-
- Search videos by keyword
65
+
- Search weather by city name 
66
+
- Search images by keyword 
67
+
- Search videos by keyword 
68
+
- Search pokemon by name or id 
71
69
72
70
And also includes a agent that uses the tools to answer your questions.
73
71
You can access the agent by opening [http://localhost:8000/chat](http://localhost:8000/chat) with your browser.
0 commit comments