We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a205457 commit 2af08d5Copy full SHA for 2af08d5
Sources/Groq/Intramodular/Groq+LLMRequestHandling.swift
@@ -14,7 +14,7 @@ extension Groq: _TaskDependenciesExporting {
14
public var _exportedTaskDependencies: Dependencies {
15
var result = Dependencies()
16
17
- result[\.llmServices] = self
+ result[\.llm] = self
18
19
return result
20
}
0 commit comments