Przeglądaj źródła

fix: session exception due to the openai limit #50

master
zhayujie GitHub 1 rok temu
rodzic
commit
d69fd2b982
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      bot/openai/open_ai_bot.py

+ 2
- 1
bot/openai/open_ai_bot.py Wyświetl plik

@@ -28,7 +28,8 @@ class OpenAIBot(Bot):

reply_content = self.reply_text(new_query, from_user_id)
logger.debug("[OPEN_AI] new_query={}, user={}".format(new_query, from_user_id))
Session.save_session(query, reply_content, from_user_id)
if reply_content and query:
Session.save_session(query, reply_content, from_user_id)
return reply_content

elif context.get('type', None) == 'IMAGE_CREATE':


Ładowanie…
Anuluj
Zapisz