Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google-gemini/deprecated-generative-ai-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.1
Choose a base ref
...
head repository: google-gemini/deprecated-generative-ai-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 12, 2024

  1. Ensure tests are runnable when standalone (#552)

    When we run tests internally that don't invoke the test class, they pass
    but don't run the tests.
    
    Our GitHub environment tests them fine but this change ensures they run
    in both environments.
    markmcd authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4f42118 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add rev14 parameters and fixes. (#561)

    * Add rev14 parameters
    
    Change-Id: I16f2b1f5820a6cf867b9abb04ffd5c6e6d2d947b
    
    * Fix flakey repr test
    
    Change-Id: I89bcf1494cf72c6ee28f2b52d0345cbb40859862
    
    * format
    
    Change-Id: I81cff23e9ce20cc20b4a0632d557c71f536fd485
    
    * Use client preview
    
    Change-Id: I2d8a4ee2e9e4b6e00a16a9dac1136a2fa18d7a28
    
    * Fix tests
    
    Change-Id: If8fbbba1966aa42601adec877e60d851d4f03b72
    
    * Fix tuned model tests
    
    Change-Id: I5ace9222954be7d903ebbdabab9efc663fa79174
    
    * Fix tests
    
    Change-Id: Ifa610965c5d6c38123080a7e16416ac325418285
    
    * format
    
    Change-Id: I15fd5701dd5c4200461a32c968fa19e375403a7e
    
    * pytype
    
    Change-Id: I08f74d08c4e93bbfdf353370b5dd57d8bf86a637
    
    * pytype
    
    Change-Id: If81b86c176008cd9a99e3b879fbd3af086ec2235
    
    * 3.9 tests
    
    Change-Id: I13e66016327aae0b0f3274e941bc615f379e5669
    MarkDaoust authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    36e001a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update to use google.generativelanguage 0.6.10. (#568)

    * use the new generativelanguage==6.10
    
    Change-Id: Ib65e073ad61c810e5b4d3c01bce71fc45af188d3
    
    * Update version
    
    Change-Id: I32c344c366cfa753230435d6b4576f3309fc968f
    
    * 0.6.10
    
    Change-Id: I265b5a3ab6ce598ce4c6383c5b4dd065842276f3
    MarkDaoust authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8f7f5cb View commit details
    Browse the repository at this point in the history
Loading