diff --git a/.gitignore b/.gitignore index 0cafc1c..f869468 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.venv/ \ No newline at end of file +.venv/ +**__pycache__** \ No newline at end of file diff --git a/README.md b/README.md index 2169ac5..586a99d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ python -m venv .venv # Windows PowerShell: .venv\Scripts\Activate.ps1 pip install google-adk +pip install litellm ``` @@ -41,7 +42,7 @@ To deploy it to Google Cloud: gcloud auth login # Change the service_name to your own -adk deploy cloud_run --project=opentargets-hack25cam-309 --region=europe-west1 --service_name=paultestservice --app_name=opentargets-agent --with_ui ./ +adk deploy cloud_run --project=opentargets-hack25cam-309 --region=europe-west1 --service_name=paultestservice --app_name=opentargets-agent --with_ui ./opentargets_agent ``` For Windows user, due to the bug in ADK, you need to use WSL. Also gcloud is the only way to authenticate, the API key simply does not work. diff --git a/opentargets_agent/__pycache__/agent.cpython-311.pyc b/opentargets_agent/__pycache__/agent.cpython-311.pyc index b680e8e..4d97e58 100644 Binary files a/opentargets_agent/__pycache__/agent.cpython-311.pyc and b/opentargets_agent/__pycache__/agent.cpython-311.pyc differ