llm-gemini
LLM plugin to access Google's Gemini family of models
File Explorer
Download Latest Version (.zip)- publish.yml
- test.yml
- test_cli_gemini_models.yaml
- test_embedding[gemini-embedding-001-768].yaml
- test_embedding[gemini-embedding-001].yaml
- test_embedding[gemini-embedding-2-768].yaml
- test_embedding[gemini-embedding-2].yaml
- test_embedding_batch.yaml
- test_nested_model_deep_composition.yaml
- test_nested_model_direct_reference.yaml
- test_nested_model_optional.yaml
- test_prompt.yaml
- test_prompt_async.yaml
- test_prompt_with_multiple_dogs.yaml
- test_prompt_with_pydantic_schema.yaml
- test_resolved_model.yaml
- test_tools.yaml
- test_tools_with_gemini_3_thought_signatures.yaml
- test_tools_with_nested_pydantic_models.yaml
- conftest.py
- test_gemini.py
- .gitignore
- LICENSE
- llm_gemini.py
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/simonw/llm-gemini
Downloads the entire project code from GitHub to your computer.
cd llm-gemini
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
