skyvern
skyvern copied to clipboard
Adding Gemini support
LiteLLM docs for Gemini: https://litellm.vercel.app/docs/providers/gemini
Required steps for integrating a new LLM model:
- Define the required variables for the new models
https://github.com/Skyvern-AI/skyvern/blob/57062952b87ab69f4688ff3f6349140acf9ed186/skyvern/config.py#L52-L72
- Implement the configuration for the new models and register them
https://github.com/Skyvern-AI/skyvern/blob/57062952b87ab69f4688ff3f6349140acf9ed186/skyvern/forge/sdk/api/llm/config_registry.py#L57-L59
- Update Skyvern setup script with the LLM configuration options
https://github.com/Skyvern-AI/skyvern/blob/57062952b87ab69f4688ff3f6349140acf9ed186/setup.sh#L39
Can you assign this to me
🎉 Let us know if you have any question / need any help. Happy coding!
Is there any thing should be changed in the .env.example file
Is there any specific code formatter using here
This issue is stale because it has been open for 30 days with no activity.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.