Abraham J. Lázaro
Abraham J. Lázaro
Added resolve action method for Ollama Checklist (if applicable): - [X] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [X] Tested (manually, unit tested, etc.) - [ ] Docs updated (updated docs...
Gemini new versions have this new output called thinking. Also OpenAI has something similar. It has to be also added in the prompts but in a separate space, not as...
Add metrics for observability but for GCP
Add metrics to python observability tracing
This PR only adds tests for the model garden plugin Checklist (if applicable): - [ ] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [ ] Tested (manually, unit tested, etc.) -...
I was doing a recommender system by myself, and I found that gemini do not support this kind of output_schemas: ``` class Product(BaseModel): product_name: str = Field(description='name of the product')...