Commit Graph

  • ead5494b78
    Update config/locales/server.en.yml Sam 2023-03-31 10:57:08 +1100
  • 4d685af0f6
    FEATURE: allow limiting results in related topics section Sam Saffron 2023-03-31 10:43:58 +1100
  • 1d097b9d82
    FEATURE: attempt to include related topics above suggested (#28) Sam 2023-03-31 09:07:22 +1100
  • 28861af2f3
    lint file Sam Saffron 2023-03-30 17:28:19 +1100
  • 24948227ea
    Add a spec! yay Sam Saffron 2023-03-30 17:20:00 +1100
  • 376c7ec8fa
    disable properly if semantic suggested is disabled Sam Saffron 2023-03-30 16:11:37 +1100
  • c2f21951ab
    Use official extensibility Sam Saffron 2023-03-30 16:03:19 +1100
  • b942a18298
    FEATURE: Support for GPT-4 in AI Helper module (#29) Rafael dos Santos Silva 2023-03-28 23:22:34 -0300
  • 8f7f9ce395
    FEATURE: Support for GPT-4 in AI Helper module Rafael dos Santos Silva 2023-03-28 22:27:04 -0300
  • ac7923afd4
    ensure we do not show random suggested when we are down to related topics Sam Saffron 2023-03-28 16:32:38 +1100
  • e88af93014
    FEATURE: attempt to include related topics above suggested Sam Saffron 2023-03-27 16:50:25 +1100
  • 45950f1bb4
    FIX: Only show public visible topics as suggested for anons (#27) Rafael dos Santos Silva 2023-03-23 17:28:01 -0300
  • 5937e14af9
    move to top Rafael dos Santos Silva 2023-03-23 17:15:53 -0300
  • a853bd5af7
    Update spec/lib/modules/embeddings/semantic_suggested_spec.rb Rafael dos Santos Silva 2023-03-23 17:06:31 -0300
  • cce353b616
    Update spec/lib/modules/embeddings/semantic_suggested_spec.rb Rafael dos Santos Silva 2023-03-23 17:06:24 -0300
  • 8e61ccf6ef
    DEV: Add tests for embeddings Rafael dos Santos Silva 2023-03-23 16:55:05 -0300
  • c615ced4b1
    FIX: Only show public visible topics as suggested for anons Rafael dos Santos Silva 2023-03-22 20:24:30 -0300
  • 4c960970fa
    DEV: Log information about errors from the completions OpenAI API (#26) Roman Rizzi 2023-03-22 16:00:28 -0300
  • 00fcbda824
    DEV: Log information about errors from the completions OpenAI API Roman Rizzi 2023-03-22 15:47:22 -0300
  • 1d14f7ffaf
    FEATURE: Add a markdown table AI helper (#25) Sam 2023-03-23 03:16:29 +1100
  • 1916bafca0
    FIX: Remove `null: false` from dropped column (#24) Roman Rizzi 2023-03-22 11:40:20 -0300
  • 5ccfaa6c82
    Update db/migrate/20230322142028_make_dropped_value_column_nullable.rb Roman Rizzi 2023-03-22 11:32:51 -0300
  • d69ea80049
    FIX: Remove `null: false` from dropped column Roman Rizzi 2023-03-21 18:57:26 -0300
  • 263c3e5cb4
    FEATURE: Add a markdown table AI helper Sam Saffron 2023-03-22 16:39:46 +1100
  • bd342f538d
    FEATURE: Try to generate embeddings for a topic when those aren't found (#23) Rafael dos Santos Silva 2023-03-21 18:20:46 -0300
  • ddab90ae9d
    FEATURE: Try to generate embeddings for a topic when those aren't found Rafael dos Santos Silva 2023-03-21 18:06:33 -0300
  • 55182ca0f5
    FIX: Allow null messages to migrate existing rows (#22) Roman Rizzi 2023-03-21 12:33:30 -0300
  • ed716e63f6
    FIX: Allow null messages to migrate existing rows Roman Rizzi 2023-03-21 12:20:59 -0300
  • 39f7f1f29e
    FEATURE: Prompts can consist of multiple messages. (#21) Roman Rizzi 2023-03-21 12:04:59 -0300
  • 6ebc331e42
    FEATURE: Prompts can consist on multiple messages. Roman Rizzi 2023-03-20 17:41:18 -0300
  • 6bdbc0e32d
    FIX: Proper flow when a topic doesn't have embeddings (#20) Rafael dos Santos Silva 2023-03-20 16:44:55 -0300
  • fea9041ee1
    DEV: Use 10s timeout when using the completions API (#19) Roman Rizzi 2023-03-20 16:43:51 -0300
  • a30e39a2cc
    FIX: Proper flow when a topic doesn't have embeddings Rafael dos Santos Silva 2023-03-20 16:40:09 -0300
  • c45a99ee6e
    DEV: Use 10s timeout when using the completions API Roman Rizzi 2023-03-20 16:32:10 -0300
  • 54a1694637
    FIX: Remove old seeded prompts. (#17) Roman Rizzi 2023-03-20 12:55:38 -0300
  • 91dabb64e8
    FIX: Remove old seeded prompts. Roman Rizzi 2023-03-20 09:35:40 -0300
  • 95d7692ae8
    FIX: Fix reviewable title translations (#18) Roman Rizzi 2023-03-20 10:09:20 -0300
  • 929268b695
    FIX: Fix reviewable title translations Roman Rizzi 2023-03-20 09:58:48 -0300
  • 258eb7e78f
    DEV: Use negative ids for seeded prompts. (#16) Roman Rizzi 2023-03-17 15:44:45 -0300
  • 01a08f41cf
    FIX: Change gen titles prompt to only return a list (#15) Roman Rizzi 2023-03-17 15:36:38 -0300
  • 941fbbd3df
    DEV: Use negative ids for seeded prompts. Roman Rizzi 2023-03-17 15:34:31 -0300
  • 29c64c01a2
    FIX: Change gen titles prompt to only return a list Roman Rizzi 2023-03-17 15:27:12 -0300
  • 320ac6e84b
    REFACTOR: Store prompts in a dedicated table. (#14) Roman Rizzi 2023-03-17 15:14:19 -0300
  • 2a6e0f411e
    REFACTOR: Store prompts in a dedicated table. Roman Rizzi 2023-03-17 14:17:21 -0300
  • edfdc6dfae
    DEV: applies chat namespacing (#12) Joffrey JAFFEUX 2023-03-17 15:15:38 +0100
  • ddd48a68f9 sti support Joffrey JAFFEUX 2023-03-17 14:53:48 +0100
  • 661b2b698e namespace Joffrey JAFFEUX 2023-03-17 14:44:05 +0100
  • 75aa595105
    FIX: Use cooked suggestion when generating a diff (#13) Roman Rizzi 2023-03-16 11:09:28 -0300
  • 3e2271cf0d
    FIX: Use cooked suggestion when generating a diff Roman Rizzi 2023-03-16 11:03:32 -0300
  • 63a37ea443 DEV: applies chat namespacing Joffrey JAFFEUX 2023-03-16 12:24:14 +0100
  • 5571babb63
    DEV: Fix AiHelper flaky system spec (#11) Roman Rizzi 2023-03-15 18:43:28 -0300
  • 01fbb0ab9d
    DEV: Fix AiHelper flaky system spec Roman Rizzi 2023-03-15 17:31:26 -0300
  • 80d662e9e8
    FEATURE: Semantic Suggested Topics (#10) Rafael dos Santos Silva 2023-03-15 17:21:45 -0300
  • 5123f3f590
    update copy for setting Rafael dos Santos Silva 2023-03-15 17:11:58 -0300
  • 2bbd8297e5
    handle no embeddings and preserve order Rafael dos Santos Silva 2023-03-15 16:56:27 -0300
  • baf062cf0f
    More fixes Rafael dos Santos Silva 2023-03-15 16:25:18 -0300
  • 494f2d5aee
    cache time is shorter for newer topics Rafael dos Santos Silva 2023-03-15 14:58:58 -0300
  • 2966ed0274
    better indexes Rafael dos Santos Silva 2023-03-15 14:27:55 -0300
  • f68a69edbb
    bugs from meta logs Rafael dos Santos Silva 2023-03-14 21:58:20 -0300
  • c5e4f750ed
    re org Rafael dos Santos Silva 2023-03-14 21:52:28 -0300
  • 4ea7ff9c8e
    more Rafael dos Santos Silva 2023-03-14 21:47:23 -0300
  • 07c4c4eae8
    Checkpoint Rafael dos Santos Silva 2023-03-14 21:45:05 -0300
  • 2b93381959
    Cache, rescue, disable on PMs Rafael dos Santos Silva 2023-03-14 12:46:38 -0300
  • 561f235bb3
    lint Rafael dos Santos Silva 2023-03-13 19:14:30 -0300
  • 94256b61a0
    Store and use Rafael dos Santos Silva 2023-03-13 19:05:25 -0300
  • 39264cc264
    lint Rafael dos Santos Silva 2023-03-08 17:52:17 -0300
  • bef318d60b
    FEATURE: Basic support for embeddings Rafael dos Santos Silva 2023-03-08 17:48:04 -0300
  • f99fe7e1ed
    FEATURE: Composer AI helper (#8) Roman Rizzi 2023-03-15 17:02:20 -0300
  • b5dd46a889
    Add a safeguard for PMs and don't rely on parentView Roman Rizzi 2023-03-15 15:23:24 -0300
  • 2e20f44767
    FEATURE: Composer AI helper Roman Rizzi 2023-03-10 09:51:44 -0300
  • aa2fca6086
    DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) Roman Rizzi 2023-03-14 16:03:50 -0300
  • 995adb8438
    DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files Roman Rizzi 2023-03-14 15:54:30 -0300
  • c3b9b46813
    Cache, rescue, disable on PMs Rafael dos Santos Silva 2023-03-14 12:46:38 -0300
  • 7055a290ae
    lint Rafael dos Santos Silva 2023-03-13 19:14:30 -0300
  • 70fc240fb1
    Store and use Rafael dos Santos Silva 2023-03-13 19:05:25 -0300
  • 9e4a007a4a
    lint Rafael dos Santos Silva 2023-03-08 17:52:17 -0300
  • 4b938efa6e
    FEATURE: Basic support for embeddings Rafael dos Santos Silva 2023-03-08 17:48:04 -0300
  • cbaa40edc5
    FIX: Do not inherit from classes defined by plugins (#6) Roman Rizzi 2023-03-08 12:39:03 -0300
  • 64f544ccee
    FIX: Do not inherit from classes defined by plugins Roman Rizzi 2023-03-08 10:03:42 -0300
  • 510c6487e3
    DEV: Preparation work for multiple inference providers (#5) Rafael dos Santos Silva 2023-03-07 16:14:39 -0300
  • 180c32e262
    remove automatic loaded model Rafael dos Santos Silva 2023-03-07 16:14:10 -0300
  • c735fbe76f
    DEV: Preparation work for multiple inference providers Rafael dos Santos Silva 2023-03-07 16:04:44 -0300
  • a838116cd5
    FEATURE: Use dedicated reviewables for AI flags. (#4) Roman Rizzi 2023-03-07 15:39:28 -0300
  • b66d4d3de3
    Display accuracy in reviewable templates Roman Rizzi 2023-03-07 15:18:51 -0300
  • de4d07299c
    Store and adjust model accuracy Roman Rizzi 2023-03-07 14:12:34 -0300
  • 16bcbadb4f
    FEATURE: Dedicated reviewables for AI flags Roman Rizzi 2023-03-07 09:42:57 -0300
  • 676d3ce6b2
    DEV: Rename XClassification --> XClassificator to make it more obvious (#3) Roman Rizzi 2023-02-28 11:17:03 -0300
  • 76c669405d
    DEV: Rename --> to make it more obvious Roman Rizzi 2023-02-28 11:06:45 -0300
  • a5f1b003d9
    Set default endpoints for all modules so plugins works out of the box (#2) Rafael dos Santos Silva 2023-02-27 16:44:11 -0300
  • be7315a233
    Set default endpoints for all modules so plugins works out of the box Rafael dos Santos Silva 2023-02-27 16:36:11 -0300
  • b9a650fde4
    DEV: Dedicated table for saving classification results (#1) Roman Rizzi 2023-02-27 16:21:40 -0300
  • e337849de2
    DEV: Dedicated table for saving classification results Roman Rizzi 2023-02-27 16:01:01 -0300
  • 5f9597474c
    REFACTOR: Streamline flag and classification process Roman Rizzi 2023-02-24 13:25:02 -0300
  • 85768cfb1c
    FEATURE: Classify posts looking for NSFW images Roman Rizzi 2023-02-24 09:11:58 -0300
  • 94933f3c58
    DEV: Add missing specs for the toxicity module Roman Rizzi 2023-02-24 07:53:43 -0300
  • e8bffcdd64
    DEV: Add tests for the sentiment module Roman Rizzi 2023-02-23 15:50:10 -0300
  • ef6c785aca
    DEV: Move jobs undear each module lib directory Roman Rizzi 2023-02-23 14:09:52 -0300
  • 1afa274b99
    DEV: Reorganize files and add an entry point for each module Roman Rizzi 2023-02-23 12:25:00 -0300
  • a73931c151
    Refactoring of nsfw and flagger Rafael dos Santos Silva 2023-02-23 12:13:26 -0300
  • 6f0c141062
    FEATURE: Introduce NSFW content detection basic flow. Roman Rizzi 2023-02-23 11:08:34 -0300