Skip to content

Commit

Permalink
Update gemini doc regarding system instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
liminma committed Feb 22, 2025
1 parent 07892ab commit f0faba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/user-guide/models/google-gemini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Support features:

## Main Distinctions

- Currently, Gemini doesn't include a "system_message" field. However, you can incorporate this instruction into the first message of your interaction.
- Gemini accepts [system instructions](https://ai.google.dev/gemini-api/docs/text-generation?lang=python#system-instructions) to guide model behavior. If provided, a system message is passed to Gemini's `system_instruction` field.
- If no API key is specified for Gemini, then authentication will happen using the default google auth mechanism for Google Cloud. Service accounts are also supported, where the JSON key file has to be provided.

Sample OAI_CONFIG_LIST
Expand Down

0 comments on commit f0faba5

Please sign in to comment.