Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Jan 28, 2025
1 parent 72fb729 commit a2246ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpBlocklyJS/openAI_20221212/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Blockly.Blocks['openai_chat_initial'] = {
["gpt-4o","gpt-4o"],
["gpt-4o-mini","gpt-4o-mini"],
["o1-mini","o1-mini"],
["Groq_llama-3.2-90b-vision-preview","llama-3.2-90b-vision-preview"]
["Groq_llama-3.2-90b-vision-preview","llama-3.2-90b-vision-preview"],
["Groq_deepseek-r1-distill-llama-70b","deepseek-r1-distill-llama-70b"]
]), "model");
this.setInputsInline(false);
this.setPreviousStatement(true);
Expand Down

0 comments on commit a2246ad

Please sign in to comment.