@mastra/playground-ui 5.1.21-alpha.1 → 5.1.21-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -8013,8 +8013,8 @@ const Models = {
|
|
|
8013
8013
|
icon: "openai.chat"
|
|
8014
8014
|
},
|
|
8015
8015
|
anthropic: {
|
|
8016
|
-
models: anthropicModels?.map((model) => ({ provider: "anthropic", model, icon: "anthropic.
|
|
8017
|
-
icon: "anthropic.
|
|
8016
|
+
models: anthropicModels?.map((model) => ({ provider: "anthropic", model, icon: "anthropic.messages" })),
|
|
8017
|
+
icon: "anthropic.messages"
|
|
8018
8018
|
},
|
|
8019
8019
|
google: {
|
|
8020
8020
|
models: googleModels?.map((model) => ({ provider: "google", model, icon: "GOOGLE" })),
|