From 7384fec6ba768174d8e1a40c96aba0570e177597 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 5 May 2024 17:01:47 +1000 Subject: [PATCH] update config file reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 713db54..31e9bb4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ you can set their paths and filenames via `HEY_CONFIG_PATH`, `HEY_CONFIG_FILENAM ## config file reference ```toml -model = "claude-instant-1.2" # or "gpt-3.5-turbo-0125" +model = "Claude" # or "GPT3" tos = false # whether if you agree to ddg chat tos ```