diff options
Diffstat (limited to 'openai_rev/theb/README.md')
-rw-r--r-- | openai_rev/theb/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openai_rev/theb/README.md b/openai_rev/theb/README.md deleted file mode 100644 index bd37ba3f..00000000 --- a/openai_rev/theb/README.md +++ /dev/null @@ -1,10 +0,0 @@ -### Example: `theb` (use like openai pypi package) <a name="example-theb"></a> - -```python -# import library -from openai_rev import theb - -# simple streaming completion -for token in theb.Completion.create('hello world'): - print(token, end='', flush=True) -```
\ No newline at end of file |