| 4269 | else if (oai_settings.groq_model.includes('llama-3.2') && oai_settings.groq_model.includes('-preview')) { | 4269 | else if (oai_settings.groq_model.includes('llama-3.2') && oai_settings.groq_model.includes('-preview')) { |
| 4270 | $('#openai_max_context').attr('max', max_8k); | 4270 | $('#openai_max_context').attr('max', max_8k); |
| 4271 | } | 4271 | } |
| 4272 | else if (oai_settings.groq_model.includes('llama-3.2') || oai_settings.groq_model.includes('llama-3.1')) { | 4272 | else if (oai_settings.groq_model.includes('llama-3.3') || oai_settings.groq_model.includes('llama-3.2') || oai_settings.groq_model.includes('llama-3.1')) { |
| 4273 | $('#openai_max_context').attr('max', max_128k); | 4273 | $('#openai_max_context').attr('max', max_128k); |
| 4274 | } | 4274 | } |
| 4275 | else if (oai_settings.groq_model.includes('llama3-groq')) { | 4275 | else if (oai_settings.groq_model.includes('llama3-groq')) { |