Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Create google_gemini.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea authored Dec 18, 2024
1 parent f1372d5 commit 011e3b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/intelligence/google_gemini.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Pyrogram + AI Powerful

• Required: `pip3 install git+https://github.com/xtsea/pyrogram` (forked from kurigram original)<br>
• Can add many modules

### Examples
```python
from pyrogram import Client, filters

client = Client(...)
client.start()

await client.send_google_gemini(
chat_id=0,
prompt="hello world",
api_key="...",
disable_web_page_preview=True
)

0 comments on commit 011e3b6

Please sign in to comment.