p13rr0m
p13rr0m
@ajndkr There are currently two APIs for PaLM. The one that is used in the PR is not the Google Cloud Vertex AI API. Generative AI [API](https://developers.generativeai.google/api) [SDK](https://github.com/google/generative-ai-python) Vertex AI...
This is a common issue with PyTest itself: https://stackoverflow.com/questions/10253826/path-issue-with-pytest-importerror-no-module-named. I will add two other options. You can either solve this by adding the following to your pyproject.toml file: ```toml [tool.pytest.ini_options]...
I couldn't find an example of the SSE (Server-Sent Events) server either. However, the script below might help you get things set up. Navigate to the directory `examples/servers/simple-tool` and save...