Browse Source

Merge branch 'ai-migration' of https://git.miteruzo.com/miteruzo/nizika_broadcast into ai-migration

ai-migration
みてるぞ 3 weeks ago
parent
commit
a7785fa2c1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      nizika_ai
  2. +1
    -1
      test.py

+ 1
- 1
nizika_ai

@@ -1 +1 @@
Subproject commit ed1085535e2c05b04f31b0d0ff933152b47bf5b5
Subproject commit ed7ca3b698c4fbc2d96246e2037cba700e0da8bc

+ 1
- 1
test.py View File

@@ -783,7 +783,7 @@ def add_query (
query.query_type = QueryType.YOUTUBE_COMMENT.value
query.model = GPTModel.GPT3_TURBO.value
query.sent_at = datetime.now ()
query.answerd = False
query.answered = False
query.save ()
DB.commit ()



Loading…
Cancel
Save