Skip to content

Commit 1f3650a

Browse files
committed
Reset to use old prompt to code service
1 parent 4740bae commit 1f3650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/PromptToCodeService/PromptToCodeServiceType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extension ContextAwarePromptToCodeService: PromptToCodeServiceType {
8686

8787
public struct PromptToCodeServiceFactoryDependencyKey: DependencyKey {
8888
public static let liveValue: () -> PromptToCodeServiceType = {
89-
ContextAwarePromptToCodeService()
89+
OpenAIPromptToCodeService()
9090
}
9191

9292
public static let previewValue: () -> PromptToCodeServiceType = {

0 commit comments

Comments
 (0)