This commit is contained in:
test123456654321 2024-10-27 22:47:03 +08:00
parent d9d3aa824b
commit 7890588710
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ from translator.dev_llm_common import commonllmdev
class TS(commonllmdev):
target_url = "https://chat.deepseek.com/"
jsfile = "commonhookxhrstream.js"
function1 = "url.endsWith('v0/chat/completions')"
function1 = "url.endsWith('v0/chat/completion')"
function2 = r"""if(!!(chunk.choices[0].delta.content))
thistext += chunk.choices[0].delta.content"""
textarea_selector = "#chat-input"
button_selector = "._89d4d19:nth-child(3)"
button_selector = 'div[role="button"]'

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 51)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)