Available on crate feature
groq only.Expand description
This module provides integration with Groq’s API, enabling the use of language models within
the Swiftide project. It includes the Groq struct for managing API clients and default options
for prompt models. The module is conditionally compiled based on the “groq” feature flag.
Re-exports§
pub use openai::Options;pub use openai::OptionsBuilder;pub use openai::OptionsBuilderError;
Type Aliases§
- Groq
- The
Groqstruct encapsulates aGroqclient that implementsswiftide_core::SimplePrompt - Groq
Builder - Groq
Builder Error