Deployed 9647e91 with MkDocs version: 1.3.0

This commit is contained in:
Andras Schmelczer 2022-07-04 14:47:37 +02:00
commit 2c0fafb925
95 changed files with 128036 additions and 0 deletions

26
hello_world.ipynb Normal file
View file

@ -0,0 +1,26 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from great_ai import GreatAI\n",
"\n",
"\n",
"@GreatAI.create\n",
"def hello_world(name: str) -> str:\n",
" return f\"Hello {name}!\""
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}