Skip to content

Commit 7b6d44b

Browse files
committed
remove llamas - too weak
1 parent 42557cf commit 7b6d44b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/cabinet/agent.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ export const ENGINES = {
55
CHAT_GPT: "chat-gpt",
66
CLAUDE: "claude",
77
CHAT_GPT_THREE: "chat-gpt-three",
8-
REPLICATE__LLAMA_2_70B: "replicate-llama-2-70b",
9-
REPLICATE__LLAMA_2_13B: "replicate-llama-2-13b",
8+
// add gpt-4-turbo also!
9+
// llamas are really weak, consider using google gemini instead
10+
// REPLICATE__LLAMA_2_70B: "replicate-llama-2-70b",
11+
// REPLICATE__LLAMA_2_13B: "replicate-llama-2-13b",
1012
}
1113

1214
export class Agent {

0 commit comments

Comments
 (0)