Skip to content

shiro-github-python/testGeminiCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testGeminiCLI

Create a chatbot using gemini CLI. Use local LLM to search the web and answer questions.

Virtual environment construction
$ uv venv
$ source .venv/bin/activate
$ uv pip install -r requirements.txt

Local LLM execution
$ ollama run qwen3:8b

Application execution
$ python app.py

About

Create a chatbot using gemini CLI. Use local LLM to search the web and answer questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages