diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-21 11:39:36 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-21 11:39:36 +0300 |
| commit | 75fde2a575697f8f46ee9676c0ed228e5315a4e5 (patch) | |
| tree | 64e02a6afef049eb2ca79a3a5d2b0beb8ba26385 /config | |
| parent | 1ca75a00642c4e0a6eea3117e3b4ebaacfdcfa7a (diff) | |
| parent | 5525c946613a6f726cd116d79f1505a63ab25806 (diff) | |
Merge branch 'master' into doc/tutorial
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index eef8035..5b7cc35 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ type Config struct { ChatAPI string `toml:"ChatAPI"` CompletionAPI string `toml:"CompletionAPI"` CurrentAPI string - CurrentProvider string + CurrentModel string `toml:"CurrentModel"` APIMap map[string]string FetchModelNameAPI string `toml:"FetchModelNameAPI"` // ToolsAPI list? |
