Created readme for openaihosted

このコミットが含まれているのは:
9fo 2023-04-27 16:12:04 -07:00 committed by GitHub
コミット 7c5398e6e1
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更10行の追加0行の削除

10
openaihosted/readme.md ノーマルファイル
ファイルの表示

@ -0,0 +1,10 @@
### 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
```