Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jan 14, 2025
1 parent d699cf7 commit 17c7fd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class ChainOfThoughtConfig(ApproachConfig):
type: Literal['chain_of_thought'] = 'chain_of_thought'
model: ModelConfigType = Field(default=DefaultModelConfig) # type: ignore
thikning_prompt: ThinkingPrompt = Field(default=ThinkingPrompt())
generate_suggestions_prompt: CoTGenerateSuggestionsPrompt = Field(default=CoTGenerateSuggestionsPrompt())

0 comments on commit 17c7fd0

Please sign in to comment.