Skip to content

Commit

Permalink
fix: update client sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhayujie committed May 3, 2024
1 parent 4db19f8 commit 27e507e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions common/linkai_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def on_config(self, config: dict):

def start(channel):
global chat_client
chat_client = ChatClient(api_key=conf().get("linkai_api_key"),
host="link-ai.chat", channel=channel)
chat_client = ChatClient(api_key=conf().get("linkai_api_key"), host="", channel=channel)
chat_client.config = _build_config()
chat_client.start()
time.sleep(1.5)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ chardet>=5.1.0
Pillow
pre-commit
web.py
linkai>=0.0.5.0
linkai>=0.0.6.0

0 comments on commit 27e507e

Please sign in to comment.