replicate cleanup (#2394)

This commit is contained in:
Harrison Chase 2023-04-04 12:15:03 -07:00 committed by GitHub
parent f5da9a5161
commit 1f88b11c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Setup" "## Setup"
] ]
}, },
{ {
@ -39,7 +39,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Calling a model\n", "## Calling a model\n",
"\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", "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", "\n",
@ -166,7 +166,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Chaining Calls\n", "## Chaining Calls\n",
"The whole point of langchain is to... chain! Here's an example of how do that." "The whole point of langchain is to... chain! Here's an example of how do that."
] ]
}, },
@ -339,7 +339,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.14" "version": "3.9.1"
}, },
"vscode": { "vscode": {
"interpreter": { "interpreter": {