Skip to content

docs: add Gemini provider example and README entry - #157

Open
Frankie-Xu wants to merge 1 commit into
yifanfeng97:mainfrom
Frankie-Xu:cursor/gemini-provider-example-bd8a
Open

Frankie-Xu wants to merge 1 commit into
yifanfeng97:mainfrom
Frankie-Xu:cursor/gemini-provider-example-bd8a

Conversation

@Frankie-Xu

Copy link
Copy Markdown
Contributor

Summary

  • Add examples/providers/google_demo.py matching the Anthropic demo: create_client(llm="google", embedder="openai:text-embedding-3-small"), with hyperextract[google] and GOOGLE_API_KEY / GEMINI_API_KEY.
  • List the demo in both examples READMEs.
  • README + README_ZH: Gemini he config snippet, gemini-3.8-flash model-table row, and a Provider-notes pairing paragraph.

Closes #156

Out of scope

  • Changing client.py or config presets
  • Rewriting docs/*/concepts/provider-system.md
  • Version / news edits

Test plan

  • python -m py_compile examples/providers/google_demo.py
  • Default model string matches gemini-3.8-flash in client.py

Co-authored-by: Frankie-Xu <Frankie-Xu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add Gemini provider example and README quick start

1 participant