Skip to content

Instantly share code, notes, and snippets.

import { ForumBoard } from '../../server/models'
import { ForumPostType } from '../../server/models/Forum/ForumPost'
import { Task } from '../Task'
const query = {
$and: [
{ allowPostTypes: ForumPostType.Discussion },
{ allowPostTypes: { $ne: ForumPostType.Question } },
],
}
1
00:00:00,000 --> 00:00:04,320
Welcome back. In this section we'll be going over a brief overview of
2
00:00:04,320 --> 00:00:08,010
Anthropic. We'll provide an overview of the organization, our mission
3
00:00:08,010 --> 00:00:10,750