Fix LLM model name typo

This commit is contained in:
mariocandela
2025-02-20 18:20:17 +01:00
parent 38297faed2
commit 44ec44ea5c
3 changed files with 5 additions and 5 deletions

View File

@ -11,5 +11,5 @@ passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|post
deadlineTimeoutSeconds: 6000
plugin:
llmProvider: "openai"
llmModel: "gpt4-o"
llmModel: "gpt-4o"
openAISecretKey: "sk-proj-12345"