Explorar el Código

fix: client host

master
zhayujie hace 10 meses
padre
commit
2609e595f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/linkai_client.py

+ 1
- 1
common/linkai_client.py Ver fichero

@@ -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()

Cargando…
Cancelar
Guardar