Skip to content

Commit fb758ee

Browse files
committed
Update model preset from GPT-3.5 to GPT-4o-mini in llm_config.html
Replaced the model preset for OpenAI from GPT-3.5 to GPT-4o-mini in the llm_config.html template. This change reflects an upgrade to a more advanced model, enhancing the capabilities available to users for quick configuration. The update ensures that users can access the latest model offerings directly from the interface, improving the overall user experience and aligning with the latest advancements in AI technology.
1 parent 122a2f5 commit fb758ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

penify_hook/templates/llm_config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>LLM Configuration</h1>
111111

112112
<div class="model-presets">
113113
<h3>Quick Config Presets:</h3>
114-
<div class="model-preset-btn" data-model="gpt-3.5-turbo" data-api-base="https://api.openai.com/v1" data-api-key="">OpenAI GPT-3.5</div>
114+
<div class="model-preset-btn" data-model="gpt-4o-mini" data-api-base="https://api.openai.com/v1" data-api-key="">GPT-4o-mini</div>
115115
<div class="model-preset-btn" data-model="gpt-4" data-api-base="https://api.openai.com/v1" data-api-key="">OpenAI GPT-4</div>
116116
<div class="model-preset-btn" data-model="ollama/llama2" data-api-base="http://localhost:11434" data-api-key="">Ollama Llama 2</div>
117117
<div class="model-preset-btn" data-model="ollama/mistral" data-api-base="http://localhost:11434" data-api-key="">Ollama Mistral</div>

0 commit comments

Comments
 (0)