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