kanhatakeyama commited on
Commit
69c44dc
1 Parent(s): 2335c4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,6 +72,7 @@ def save_or_update_conversation(conversation_id, message, response, message_inde
72
  def respond(
73
  message,
74
  history: list[tuple[str, str]],
 
75
  system_message,
76
  max_tokens,
77
  temperature,
@@ -123,7 +124,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
123
  description = """
124
  ### [Tanuki-8x8B-dpo-v1.0](https://huggingface.co/weblab-GENIAC/Tanuki-8x8B-dpo-v1.0)との会話(期間限定での公開)
125
  - 人工知能開発のため、原則として**このChatBotの入出力データは全て著作権フリー(CC0)で公開する**ため、ご注意ください。著作物、個人情報、機密情報、誹謗中傷などのデータを入力しないでください。
126
- - データセットはこちらで公開しています。  https://huggingface.co/datasets/kanhatakeyama/TanukiChat
127
  - **上記の条件に同意する場合のみ**、以下のChatbotを利用してください。
128
  """
129
 
 
72
  def respond(
73
  message,
74
  history: list[tuple[str, str]],
75
+ conversation_id,
76
  system_message,
77
  max_tokens,
78
  temperature,
 
124
  description = """
125
  ### [Tanuki-8x8B-dpo-v1.0](https://huggingface.co/weblab-GENIAC/Tanuki-8x8B-dpo-v1.0)との会話(期間限定での公開)
126
  - 人工知能開発のため、原則として**このChatBotの入出力データは全て著作権フリー(CC0)で公開する**ため、ご注意ください。著作物、個人情報、機密情報、誹謗中傷などのデータを入力しないでください。
 
127
  - **上記の条件に同意する場合のみ**、以下のChatbotを利用してください。
128
  """
129