anthropic

This commit is contained in:
derpystuff 2023-11-07 14:30:13 +01:00
parent cbef229ccb
commit ae9a0309ba
3 changed files with 11 additions and 2 deletions

View file

@ -17,6 +17,10 @@ const MODELS = {
"GPT4": {
icon: STATICS.openai,
name: "GPT-4"
},
"CLAUDE": {
icon: STATICS.anthropic,
name: "Claude"
}
}