Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 17, 2023
1 parent 96d527a commit 3891d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/cc/unitmesh/devti/runconfig/DtRunState.kt
Expand Up @@ -26,7 +26,7 @@ class DtRunState(
) : RunProfileState {
override fun execute(executor: Executor?, runner: ProgramRunner<*>): ExecutionResult? {
val javaAuto = JavaCrudProcessor(project)
val gitHubIssue = GitHubIssue("unit-mesh/untitled", options.githubToken())
val gitHubIssue = GitHubIssue(options.githubRepo(), options.githubToken())
val openAIAction = OpenAIAction(options.openAiApiKey(), "gpt-3.5-turbo")
val devtiFlow = DevtiFlow(gitHubIssue, openAIAction, javaAuto)

Expand Down

0 comments on commit 3891d5d

Please sign in to comment.