From 84130a164d44caf3e717243f2bf923e3326b54c3 Mon Sep 17 00:00:00 2001 From: Rune Berg Date: Sat, 26 Oct 2024 07:38:56 +1300 Subject: [PATCH] Update anthropic sonnet model ref to latest, tidy up --- .gitignore | 6 + confichat/.idea/other.xml | 252 ------------------------ confichat/.idea/workspace.xml | 34 ++-- confichat/lib/api_anthropic.dart | 2 +- confichat/lib/ui_anthropic_options.dart | 1 - confichat/lib/ui_widgets.dart | 2 +- 6 files changed, 27 insertions(+), 270 deletions(-) delete mode 100644 confichat/.idea/other.xml diff --git a/.gitignore b/.gitignore index 66db29f..6644f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,9 @@ app.*.settings.local .flutter-plugins .flutter-plugins-dependencies + +# intellij +.idea/ + +# vscode +.vscode/* \ No newline at end of file diff --git a/confichat/.idea/other.xml b/confichat/.idea/other.xml deleted file mode 100644 index d747367..0000000 --- a/confichat/.idea/other.xml +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/confichat/.idea/workspace.xml b/confichat/.idea/workspace.xml index 413cb62..5809b11 100644 --- a/confichat/.idea/workspace.xml +++ b/confichat/.idea/workspace.xml @@ -9,7 +9,10 @@