This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: client host
master
zhayujie
10 months ago
parent
9c17e16d0a
commit
2609e595f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/linkai_client.py
+ 1
- 1
common/linkai_client.py
View File
@@ -24,5 +24,5 @@ class ChatClient(LinkAIClient):
def start(channel):
client = ChatClient(api_key=conf().get("linkai_api_key"),
host="
testclient.
link-ai.
te
ch", channel=channel)
host="link-ai.ch
at
", channel=channel)
client.start()
Write
Preview
Loading…
Cancel
Save