mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
replicate cleanup (#2394)
This commit is contained in:
parent
f5da9a5161
commit
1f88b11c99
@ -25,7 +25,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Setup"
|
||||
"## Setup"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -39,7 +39,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Calling a model\n",
|
||||
"## Calling a model\n",
|
||||
"\n",
|
||||
"Find a model on the [replicate explore page](https://replicate.com/explore), and then paste in the model name and version in this format: model_name/version\n",
|
||||
"\n",
|
||||
@ -166,7 +166,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Chaining Calls\n",
|
||||
"## Chaining Calls\n",
|
||||
"The whole point of langchain is to... chain! Here's an example of how do that."
|
||||
]
|
||||
},
|
||||
@ -339,7 +339,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.14"
|
||||
"version": "3.9.1"
|
||||
},
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
|
Loading…
Reference in New Issue
Block a user