priyanshuverma-dev / bard-chatbot

A Python-based chatbot project that integrates the Bard API for natural language processing and voice interaction. This chatbot can listen to voice input, process user queries, and respond with audio output.
MIT License
3 stars 2 forks source link

changing of language #4

Open Matejmikulas opened 10 months ago

Matejmikulas commented 10 months ago

Can I change lang?

priyanshuverma-dev commented 10 months ago

Please elaborate more @Matejmikulas

Matejmikulas commented 10 months ago

If it is possible to use different language in this program. For example use it in french.

priyanshuverma-dev commented 10 months ago

Yes it is possible Change language on the place of English. ~~ bard = BardCookies(cookie_dict=bard_dict, language="english") ~~

In bard.py

@Matejmikulas ..

Matejmikulas commented 10 months ago

Thank you, but will with work with speech to text library?

priyanshuverma-dev commented 10 months ago

Yes. 😊 @Matejmikulas