mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -35,7 +35,7 @@ langchain app add openai-functions-agent
|
||||
|
||||
And add the following code to your `server.py` file:
|
||||
```python
|
||||
from openai_functions_agent import chain as openai_functions_agent_chain
|
||||
from openai_functions_agent import agent_executor as openai_functions_agent_chain
|
||||
|
||||
add_routes(app, openai_functions_agent_chain, path="/openai-functions-agent")
|
||||
```
|
||||
|
Reference in New Issue
Block a user