diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 11:25:24 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 11:25:24 +0200 |
commit | 54b4c789a75fec5c3a92a03dfd2d93d051309651 (patch) | |
tree | 813a7dd223e9f7df3b1708fc65a58ccc87684ba6 /theb | |
parent | Update README.md (diff) | |
download | gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.gz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.bz2 gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.lz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.xz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.zst gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.zip |
Diffstat (limited to '')
-rw-r--r-- | gpt4free/theb/README.md (renamed from theb/README.md) | 3 | ||||
-rw-r--r-- | gpt4free/theb/__init__.py (renamed from theb/__init__.py) | 0 | ||||
-rw-r--r-- | gpt4free/theb/theb_test.py (renamed from theb/theb_test.py) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/theb/README.md b/gpt4free/theb/README.md index ca978fce..a4abdf62 100644 --- a/theb/README.md +++ b/gpt4free/theb/README.md @@ -1,9 +1,8 @@ ### Example: `theb` (use like openai pypi package) <a name="example-theb"></a> - ```python # import library -import theb +from gpt4free import theb # simple streaming completion for token in theb.Completion.create('hello world'): diff --git a/theb/__init__.py b/gpt4free/theb/__init__.py index 726e025e..726e025e 100644 --- a/theb/__init__.py +++ b/gpt4free/theb/__init__.py diff --git a/theb/theb_test.py b/gpt4free/theb/theb_test.py index 177c970a..177c970a 100644 --- a/theb/theb_test.py +++ b/gpt4free/theb/theb_test.py |