summaryrefslogtreecommitdiffstats
path: root/openaihosted/readme.md
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-29 01:04:16 +0200
committerGitHub <noreply@github.com>2023-04-29 01:04:16 +0200
commitc65875f3b0752d63ea1416a67c9685cbc794bd7e (patch)
treeae1fda94ca7fee7e381c41acda25e62d1d26592a /openaihosted/readme.md
parentmade changes (diff)
parentreadme (diff)
downloadgpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar.gz
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar.bz2
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar.lz
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar.xz
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.tar.zst
gpt4free-c65875f3b0752d63ea1416a67c9685cbc794bd7e.zip
Diffstat (limited to 'openaihosted/readme.md')
-rw-r--r--openaihosted/readme.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/openaihosted/readme.md b/openaihosted/readme.md
deleted file mode 100644
index acd60bab..00000000
--- a/openaihosted/readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-### Example: `openaihosted`) <a name="example-openaihosted"></a>
-
-
-```python
-# import library
-import openaihosted
-
-res = openaihosted.Completion.create(systemprompt="U are ChatGPT", text="What is 4+4", assistantprompt="U are a helpful assistant.")['response']
-print(res) ## Responds with the answer
-```