https://github.com/chadnpc/clihelper.gemini

Google Gemini powershell module.

https://github.com/chadnpc/clihelper.gemini

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary

Keywords

aichatbot google-gemini
Last synced: 9 months ago · JSON representation

Repository

Google Gemini powershell module.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
aichatbot google-gemini
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Pwsh> Image

PowerShell module for google 's Gemini.

Usage

PowerShell Import-Module cliHelper.gemini $g = [Gemini]::new() $g.Chat()

then

  • Chat.

    Example with gemini-1.5-flash-8b:

    https://github.com/user-attachments/assets/f0f36752-6a61-4bf0-9bd6-b3ee3906308e

    ❯ Note.: The goal of this module is not to be a chatbot, rather it's to provide cmdlets that brings the power of google gemini to other modules. Example: generating fileContents, Names, etc.

    ❯ For more usage read the docs. Its straightforward!

    Features : Work in progress

    • [x] Chat()
      • [x] Get response works fine.
      • [x] TokenUsage & estimation
      • [ ] GetOfflineResponse()
      • [x] Custom resume actions based on [FinishReason]
    • [ ] Public functions
      • [x] Get-GeminiModels
      • [ ] Get-GeminiTokenUsage
    • [ ] Private functions
      • [ ] Invoke-GeminiRequest

    License

    This project is licensed under the WTFPL License.

  • Owner

    • Name: alain
    • Login: chadnpc
    • Kind: user

    GitHub Events

    Total
    Last Year

    Issues and Pull Requests

    Last synced: about 1 year ago

    All Time
    • Total issues: 0
    • Total pull requests: 0
    • Average time to close issues: N/A
    • Average time to close pull requests: N/A
    • Total issue authors: 0
    • Total pull request authors: 0
    • Average comments per issue: 0
    • Average comments per pull request: 0
    • Merged pull requests: 0
    • Bot issues: 0
    • Bot pull requests: 0
    Past Year
    • Issues: 0
    • Pull requests: 0
    • Average time to close issues: N/A
    • Average time to close pull requests: N/A
    • Issue authors: 0
    • Pull request authors: 0
    • Average comments per issue: 0
    • Average comments per pull request: 0
    • Merged pull requests: 0
    • Bot issues: 0
    • Bot pull requests: 0
    Top Authors
    Issue Authors
    Pull Request Authors
    Top Labels
    Issue Labels
    Pull Request Labels

    Dependencies

    .github/workflows/CI.yaml actions
    • actions/checkout v3 composite
    .github/workflows/Codereview.yaml actions
    • anc95/ChatGPT-CodeReview v1.0.12 composite
    .github/workflows/Delete_old_workflow_runs.yaml actions
    • Mattraks/delete-workflow-runs v2 composite
    .github/workflows/Publish.yaml actions
    • actions/checkout v3 composite
    • actions/upload-artifact v3 composite