Skip to content

Commit f1e1a6f

Browse files
committed
Update README.md
1 parent 94d0f96 commit f1e1a6f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ python-tgpt
3333

3434

3535
```python
36-
>>> import pytgpt.fakeopen as fakeopen
37-
>>> bot = fakeopen.FAKEOPEN()
36+
>>> import pytgpt.phind as phind
37+
>>> bot = phind.PHIND()
3838
>>> bot.chat('hello there')
3939
'Hello! How can I assist you today?'
4040

@@ -431,6 +431,21 @@ print(bot.chat("<Your-prompt>"))
431431

432432
<details>
433433

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+
434449
<summary>
435450
Gpt4free providers
436451

0 commit comments

Comments
 (0)