Simon Klinkert
Simon Klinkert
I want to add a button containing a phone number linke this: ```Go email := hermes.Email{} email.Body.Actions = append(email.Body.Actions, hermes.Action{ Instructions: lp.Sprintf("Use this button to call sender"), Button: hermes.Button{ Color:...
Add usage example for [groq](https://console.groq.com/docs/quickstart) groq offers the same API like OpenAPI https://github.com/tmc/langchaingo/issues/797 ### PR Checklist - [x] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [x] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md)....
This PR adds an example for using the perplexity API. The API is OpenAI client-compatible. - [Perplexity API documentation](https://docs.perplexity.ai/docs/getting-started) - [Supported Models ](https://docs.perplexity.ai/docs/model-cards)by perplexity ### PR Checklist - [x] Read...
This PR enables AI Agents to use perplexity AI in order to retrieve data from the web. I'm not affiliated with Perplexity. ### PR Checklist - [x] Read the [Contributing...
Update models since perplexity has deprecated llama models and introduced newer ones. ### PR Checklist - [x] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [x] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md). -...