#Update
Smart Tool Ai-Tool Usage Cmds
ββββββββββββββββ
β’ /gpt [prompt] - Ask a question to ChatGPT 3.5
β’ /palm [prompt] - Ask a question to Palm Google Ai
β’ /bard [prompt] - Ask a question to Google Bard
β’ /gem [prompt] - Ask a question to Gemini Ai
Smart Tool Ai-Tool Usage Cmds
ββββββββββββββββ
β’ /gpt [prompt] - Ask a question to ChatGPT 3.5
β’ /palm [prompt] - Ask a question to Palm Google Ai
β’ /bard [prompt] - Ask a question to Google Bard
β’ /gem [prompt] - Ask a question to Gemini Ai
π₯2β€1
Gemini Pro Ai Python Script .
Github Repo : https://github.com/bisnuray/gemini-pro
Author: Bisnu Ray
Telegram: https://t.me/SmartBisnuBio
import os
import google.generativeai as genai
# Fetch the API key from the environment variable
GOOGLE_API_KEY = os.getenv('GOOGLE_API_KEY')
# Check if the API key is available
if GOOGLE_API_KEY is None:
print("API key not found. Please set the GOOGLE_API_KEY environment variable.")
exit(1)
# Configure the API key for Gemini
genai.configure(api_key=GOOGLE_API_KEY)
# List available models
for m in genai.list_models():
if 'generateContent' in m.supported_generation_methods:
print(m.name)
# Example: Generate text from text input
model = genai.GenerativeModel('gemini-pro')
response = model.generate_content("What Can You Do ?")
print(response.text) # Displaying text directly in the console
Github Repo : https://github.com/bisnuray/gemini-pro
β€2
π₯1
Hey Everyone π Add Premium Network All Channels and Groups in your Folder π To Get Premium Access Free π
Just Click Here And See Actionπ
Just Click Here And See Action
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
Premium π
Bisnu Ray invites you to add the folder βPremium πβ, which includes 12 chats.
Forwarded from Premium Tech Guide (β€ΝΝπππππ πππππ)
Getting Started With Google Gemini AI Python Library
In this tutorial, we will learn how to use Google's official Python google-generativeai Python library to work with Gemini AI API.
Watch Now : https://youtu.be/W6BdfsTwacI
In this tutorial, we will learn how to use Google's official Python google-generativeai Python library to work with Gemini AI API.
Watch Now : https://youtu.be/W6BdfsTwacI
π₯2
#New_Update
How to Use Image AI
ββββ β§ ββββ
- Send a Picture: You can send a new picture or use a picture that's already in the chat.
- Type
- You can also ask a question in replay a image like
- You Can solve math , extract text , analysis image , etc .
Note : Use Clear Pictures and Clear Questions Dont use 18+ Image
How to Use Image AI
ββββ β§ ββββ
- Send a Picture: You can send a new picture or use a picture that's already in the chat.
- Type
/imgai After you send or pick a picture, type /imgai- You can also ask a question in replay a image like
/imgai What's in this picture?- You Can solve math , extract text , analysis image , etc .
Note : Use Clear Pictures and Clear Questions Dont use 18+ Image
β€2π±2π€―1
Need subinps/VCPlayerBot Update Enhance Version with New pyrogram and pytg calls verion ? π .
Anonymous Poll
95%
Yesss
5%
Noooo
β€3π₯3π2
Meta AI Python Script
Install the Python client:
Next, copy your API token and authenticate by setting it as an environment variable:
To get api key signup here https://replicate.com/account
import replicate
# The meta/llama-2-70b-chat model can stream output as it's running.
for event in replicate.stream(
"meta/llama-2-70b-chat",
input={
"prompt": "Who are You?"
},
):
print(str(event), end="")
Install the Python client:
pip install replicate
Next, copy your API token and authenticate by setting it as an environment variable:
set REPLICATE_API_TOKEN=api_key_here
To get api key signup here https://replicate.com/account
π₯3β€2π€―1
Smart Dev
Need subinps/VCPlayerBot Update Enhance Version with New pyrogram and pytg calls verion ? π .
Totally Fixed ππ , Update Done With latest python version & pytg call and more enhancedπ
You can host on vps and heroku , repo comming
You can host on vps and heroku , repo comming
π₯4π1
Releasing TelecastBot Telegram Bot Repo to stream video in telegram video chat.
Features :
Repo : https://github.com/bisnuray/TelecastBot/
Note : This repo Update Version of VCPlayerBot . SO Star βοΈ the repo if you liked it.
Features :
- Playlist, queue.
- Supports Play from YouTube Playlist.
- Change VoiceChat title to current playing song name.
- Supports Live streaming from YouTube
- Play from telegram file supported.
- Starts Radio after if no songs in playlist.
- Automatically downloads audio for the first two tracks in the playlist to ensure smooth playing
- Automatic restart even if heroku restarts.
- Support exporing and importing playlist.
- Better Player Controls [ Pause, Resume, Volume, Replay, Skip]
Repo : https://github.com/bisnuray/TelecastBot/
Note : This repo Update Version of VCPlayerBot . SO Star βοΈ the repo if you liked it.
π2π2β€βπ₯1π₯°1 1 1
You Can host on Heroku and Vps , If you find any type of issue then notify me @theBugReportBot
Order Your Custom Telegram Bot
βοΈ We take orders to build Custom Telegram bots
βοΈ Multifunction Telegram Bot [ with your requirement ]
π¬ For FAQ DM : @TheSmartBisnu
Order Now - Your Own Choice Custom Telegram Bot
βοΈ We take orders to build Custom Telegram bots
βοΈ Multifunction Telegram Bot [ with your requirement ]
π¬ For FAQ DM : @TheSmartBisnu
Order Now - Your Own Choice Custom Telegram Bot
β€4π1
Smart Dev
Releasing TelecastBot Telegram Bot Repo to stream video in telegram video chat. Features : - Playlist, queue. - Supports Play from YouTube Playlist. - Change VoiceChat title to current playing song name. - Supports Live streaming from YouTubeβ¦
More Bug Fixed β
β
File Download Issue fixed , Mute Unmute Callback Fixed , Chat ADMINISTRATORS Playlist Controll Fixed
Repo : https://github.com/bisnuray/SmartVCPlayer
Enjoy Fork this repo , & Star βοΈ the repo if you liked it.
File Download Issue fixed , Mute Unmute Callback Fixed , Chat ADMINISTRATORS Playlist Controll Fixed
Repo : https://github.com/bisnuray/SmartVCPlayer
Enjoy Fork this repo , & Star βοΈ the repo if you liked it.
β€1π1