mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
fix: add default api version
This commit is contained in:
parent
1aeac0d867
commit
74e0db5eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import java.util.Objects;
|
|||
|
||||
public class AnthropicSettingsState {
|
||||
|
||||
private String apiVersion = "";
|
||||
private String apiVersion = "2023-06-01";
|
||||
private String model = "claude-3-opus-20240229";
|
||||
|
||||
public String getApiVersion() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue