mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
parent
3ab4e21579
commit
991b448dfc
@ -82,7 +82,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# You can click on the link above to display the image for\n",
|
"# You can click on the link above to display the image \n",
|
||||||
"# Or you can try the options below to display the image inline in this notebook\n",
|
"# Or you can try the options below to display the image inline in this notebook\n",
|
||||||
"\n",
|
"\n",
|
||||||
"try:\n",
|
"try:\n",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""Util that calls OpenAI's Dall-E Image Generator."""
|
"""Utility that calls OpenAI's Dall-E Image Generator."""
|
||||||
from typing import Any, Dict, Optional
|
from typing import Any, Dict, Optional
|
||||||
|
|
||||||
from pydantic import BaseModel, Extra, root_validator
|
from pydantic import BaseModel, Extra, root_validator
|
||||||
|
Loading…
Reference in New Issue
Block a user