summaryrefslogtreecommitdiffstats
path: root/theb
diff options
context:
space:
mode:
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