mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:39:47 +00:00
Added new Anthropic model claude-3-5-heiku-20241022
(#194)
This commit is contained in:
parent
152d5f9b4f
commit
e8216b70a5
@ -151,6 +151,9 @@ public sealed class ProviderAnthropic(ILogger logger) : BaseProvider("https://ap
|
||||
new Model("claude-3-5-sonnet-20240620"),
|
||||
new Model("claude-3-5-sonnet-20241022"),
|
||||
|
||||
new Model("claude-3-5-haiku-latest"),
|
||||
new Model("claude-3-5-heiku-20241022"),
|
||||
|
||||
new Model("claude-3-opus-20240229"),
|
||||
new Model("claude-3-opus-latest"),
|
||||
|
||||
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md
Normal file
@ -0,0 +1,2 @@
|
||||
# v0.9.18, build 193 (2024-11-xx xx:xx UTC)
|
||||
- Added new Anthropic model `claude-3-5-heiku-20241022` as well as the alias `claude-3-5-heiku-latest`.
|
Loading…
Reference in New Issue
Block a user