replicate cleanup (#2394)

doc
Harrison Chase 1 year ago committed by GitHub
parent f5da9a5161
commit 1f88b11c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save