We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d0f96 commit f1e1a6fCopy full SHA for f1e1a6f
docs/README.md
@@ -33,8 +33,8 @@ python-tgpt
33
34
35
```python
36
->>> import pytgpt.fakeopen as fakeopen
37
->>> bot = fakeopen.FAKEOPEN()
+>>> import pytgpt.phind as phind
+>>> bot = phind.PHIND()
38
>>> bot.chat('hello there')
39
'Hello! How can I assist you today?'
40
@@ -431,6 +431,21 @@ print(bot.chat("<Your-prompt>"))
431
432
<details>
433
434
+<summary>
435
+phind
436
+
437
+</summary>
438
439
+```python
440
+import pytgp.phind as phind
441
+bot = phind.PHIND()
442
+print(bot.chat("<Your-prompt>"))
443
+```
444
445
+</details>
446
447
+<details>
448
449
<summary>
450
Gpt4free providers
451
0 commit comments