Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

This project contains two parts:

  1. Smolagents example
  2. Browser use example

Both of them are set up to use Gemini API.

To run the project, you need to set the GEMINI_API_KEY environment variable.

You can get the key from here.

Then, paste the key into the .env file in the root of the project, similarly to the .env.example file.

Steps to run the project:

  1. Create a virtual environment

MacOs/Linux:

python -m venv .venv
source .venv/bin/activate

Windows:

python -m venv .venv
.venv\Scripts\activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the project
python weather-agent.py
python check_appointments.py

And don't forget to navigate to the respective project folder before running the commands!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages