From c7cfd58ef6b222d319eb961a8a8f7a69f126382c Mon Sep 17 00:00:00 2001 From: Erisa A Date: Mon, 30 Sep 2024 03:24:57 +0100 Subject: [PATCH] ai, config: try 70B model --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 602dfcd..2b44deb 100644 --- a/src/config.json +++ b/src/config.json @@ -50,6 +50,6 @@ "openai": { "token": "env", "endpoint": "https://api.cloudflare.com/client/v4/accounts/ece1d09b06af2ced51407c97505ea0cc/ai", - "model": "@cf/meta/llama-3.1-8b-instruct" + "model": "@cf/meta/llama-3.1-70b-instruct" } }