@@ -57,3 +57,7 @@ func OpenAI(key string) LLM {
func Anthropic(key string) LLM {
return anthropic{key: key}
}
func Google(key string) LLM {
return google{key: key}
The note is not visible to the blocked user.