ai-bot-pro / achatbot

An open source chat bot architecture for voice/vision (and multimodal) assistants, local and remote to run; if u run achatbot by yourself, u can learn more, star and fork to contribute~
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

feat: add google_llm_processor and unit test(gen text and use tools) #78

Closed weedge closed 1 month ago

weedge commented 1 month ago

feat:

python -m unittest test.integration.processors.test_google_llm_processor.TestProcessor.test_run_tools


- add google-gemini function calling with manual and auto tools
- add demo llm_google_gemini.py