diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-29 01:04:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 01:04:16 +0200 |
commit | c65875f3b0752d63ea1416a67c9685cbc794bd7e (patch) | |
tree | ae1fda94ca7fee7e381c41acda25e62d1d26592a /openaihosted/readme.md | |
parent | made changes (diff) | |
parent | readme (diff) | |
download | gpt4free-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.md | 10 |
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 -``` |