feat: groq integration #622
ci.yaml
on: pull_request
stable / fmt
9s
stable / check rig-core wasm target
13s
stable / clippy
25s
stable / test
41s
stable / doc
26s
Annotations
8 errors
stable / check rig-core wasm target:
rig-core/src/providers/groq.rs#L17
unused import: `self`
|
stable / check rig-core wasm target
Process completed with exit code 101.
|
unused import: `self`:
rig-core/src/providers/groq.rs#L17
error: unused import: `self`
--> rig-core/src/providers/groq.rs:17:17
|
17 | providers::{self, openai::ToolDefinition},
| ^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
stable / clippy
Clippy has exited with exit code 101
|
stable / doc:
rig-core/src/providers/groq.rs#L17
unused import: `self`
|
stable / doc
Process completed with exit code 101.
|
stable / test:
rig-core/src/providers/groq.rs#L17
unused import: `self`
|
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|