From 7c5398e6e1c08e75ff65a5f026e112c38ca32d49 Mon Sep 17 00:00:00 2001 From: 9fo <71867245+9fo@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:12:04 -0700 Subject: Created readme for openaihosted --- openaihosted/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openaihosted/readme.md diff --git a/openaihosted/readme.md b/openaihosted/readme.md new file mode 100644 index 00000000..acd60bab --- /dev/null +++ b/openaihosted/readme.md @@ -0,0 +1,10 @@ +### Example: `openaihosted`) + + +```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 +``` -- cgit v1.2.3