mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 13:28:11 +08:00
fix: client host
This commit is contained in:
@@ -24,5 +24,5 @@ class ChatClient(LinkAIClient):
|
||||
|
||||
def start(channel):
|
||||
client = ChatClient(api_key=conf().get("linkai_api_key"),
|
||||
host="testclient.link-ai.tech", channel=channel)
|
||||
host="link-ai.chat", channel=channel)
|
||||
client.start()
|
||||
|
||||
Reference in New Issue
Block a user