claude-in-slack-server icon indicating copy to clipboard operation
claude-in-slack-server copied to clipboard

⚡️ HTTP server that help you interact with Claude in slack, compatible with ChatGPT Web API.

Results 5 claude-in-slack-server issues
Sort by recently updated
recently updated
newest added

![QQ截图20240323181808](https://github.com/LlmKira/claude-in-slack-server/assets/129321746/69b64a56-9e3b-49e9-9677-c7531617ee9c) ![QQ截图20240323181824](https://github.com/LlmKira/claude-in-slack-server/assets/129321746/6eaf2db5-644c-4108-af40-8f11e49841d1) ![QQ截图20240323181854](https://github.com/LlmKira/claude-in-slack-server/assets/129321746/68856ae2-9e5e-4023-a315-df09f4516e9d)

这是打印line的内容: /// event: ping data: event: ping data: 2023-09-11 01:11:48.918833 event: ping data: 2023-09-11 01:12:03.920301 event: ping data: 2023-09-11 01:12:18.922483 event: ping data: 2023-09-11 01:12:33.925236 /// data:[Done]一直不出现,是一个间歇性的问题,我感到疑惑,上个星期还不会这样....

I can see the conversation sent to slack and Claude responsed in slack. However the server can not get the response from slack. Step1: I sent the message to the...

When an invalid conversation_id is passed in, such as 1686491819.780519, the Slack API will return a new thread_ts, ``` if queue := message_mappings.get(f"{user_id}-{user_ts}"): await queue.put(text) await queue.join() ``` Here, message_mappings.get...

# Read the encryption key from the environment variable key_str = os.environ.get('ENCRYPTION_KEY') from above code, where to get ENCRYPTION_KEY?

good first issue