summaryrefslogtreecommitdiffstats
path: root/gpt4free/italygpt/README.md
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-05-04 18:29:09 +0200
committert.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-05-04 18:29:09 +0200
commit824d7259d030f7c5d35004729eee68a0e4359304 (patch)
tree909b5bc4b10461e1fe2e82aa2cfd9da9724bcec6 /gpt4free/italygpt/README.md
parentUpdate README.md (diff)
downloadgpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar.gz
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar.bz2
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar.lz
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar.xz
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.tar.zst
gpt4free-824d7259d030f7c5d35004729eee68a0e4359304.zip
Diffstat (limited to 'gpt4free/italygpt/README.md')
-rw-r--r--gpt4free/italygpt/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpt4free/italygpt/README.md b/gpt4free/italygpt/README.md
deleted file mode 100644
index 984eff3a..00000000
--- a/gpt4free/italygpt/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-### Example: `italygpt`
-
-```python
-# create an instance
-from gpt4free import italygpt
-italygpt = italygpt.Completion()
-
-# initialize api
-italygpt.init()
-
-# get an answer
-italygpt.create(prompt="What is the meaning of life?")
-print(italygpt.answer) # html formatted
-
-# keep the old conversation
-italygpt.create(prompt="Are you a human?", messages=italygpt.messages)
-print(italygpt.answer)
-``` \ No newline at end of file