Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyang628 committed May 22, 2024
1 parent 37b03ab commit cd6a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class InferenceConfig(BaseModel):

llm_type: dict[Task, LLMType] = {
# Task.SUMMARISE: LLMType.GEMINI_PRO,
Task.SUMMARISE: LLMType.OPENAI_GPT4,
Task.SUMMARISE: LLMType.OPENAI_GPT3_5,
# Task.PRACTICE: LLMType.OPENAI_GPT4_TURBO
# Task.PRACTICE: LLMType.COHERE_COMMAND_R_PLUS
Task.PRACTICE: LLMType.OPENAI_GPT4
Expand Down

0 comments on commit cd6a712

Please sign in to comment.