Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 95afcb4

Browse files
Update ISSUE_759_SUMMARY.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fdd4e8c commit 95afcb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ISSUE_759_SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ If you're building tools that integrate with Gemini API:
145145

146146
1. **Validate Model Names**
147147
```python
148+
import requests
149+
148150
def get_available_models(api_key):
149151
"""Fetch current list of available models from API."""
150152
response = requests.get(

0 commit comments

Comments
 (0)