Gemini
Raycast Unblock provides a Gemini feature. You can use it to generate text using the Gemini API.
Usage
- Set
AI.default
togemini
in your configuration file. - Set
AI.Gemini.api_key
to your Gemini API key in your configuration file.
Configuration
api_key
: Your Gemini API key.temperature
: The temperature of the model. Optionalmax_tokens
: The maximum tokens of the model. Optional
Example
toml
[AI.Gemini]
api_key = '<your api key>'
# temperature = 0.5
# max_tokens = 100