Skip to content

Commit 2af08d5

Browse files
fixed llm naming
1 parent a205457 commit 2af08d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Groq/Intramodular/Groq+LLMRequestHandling.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extension Groq: _TaskDependenciesExporting {
1414
public var _exportedTaskDependencies: Dependencies {
1515
var result = Dependencies()
1616

17-
result[\.llmServices] = self
17+
result[\.llm] = self
1818

1919
return result
2020
}

0 commit comments

Comments
 (0)