Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: AI Assist to build with Koishi #1454

Open
wadhia-yash opened this issue Aug 27, 2024 · 1 comment
Open

Feature: AI Assist to build with Koishi #1454

wadhia-yash opened this issue Aug 27, 2024 · 1 comment
Labels
feature 新特性

Comments

@wadhia-yash
Copy link

Describe the problem related to the feature request

Hi there,

Koishi is a popular repository for building cross-platform chatbots. However, most copilots aren't able to help with the latest syntax. So we created a custom AI Assist trained on this repo's code and issues.

Please try it here

Describe the solution you'd like

It is also mentionable as a badge in the README and can help developers landing on the repo build chatbots for their use cases.

<a href="https://app.commanddash.io/agent/github_koishijs_koishi"><img src="https://img.shields.io/badge/AI-Code%20Agent-EB9FDA"></a>

hope this helps!

Describe alternatives you've considered

No response

Additional context

No response

@wadhia-yash wadhia-yash added the feature 新特性 label Aug 27, 2024
@CyanChanges
Copy link

CyanChanges commented Aug 28, 2024

Hello, i tried the AI assistant, but i have a few questions:

  1. I ask it for summarizing, but the example code isn't working:
    Screenshot_20240828-170537
    The config here is for koishi-plugin-adapter-onebot.
{
  type: 'onebot:ws',
  server: 'http://localhost:6700',
  selfId: '123456789',
  token: 'your-token'
}

Not for Global Config of the Koishi App(Context). I tried many times but it's still not working. And the adapter-onebot is not ready to use for boilerplate(not pre-installed for newer versions of boilerplate), you have to install and plugin it manually for both boilerplate and Koishi as dependency.

2.Factual errors:
Screenshot_20240828-172239
It says Koishi WebUI is under MIT licence too. But it under [AGPL-3.0].
(https://github.com/koishijs/webui/blob/main/LICENSE)

  1. Where is the dataset come from. Did the usage follow the open-source license?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新特性
Projects
None yet
Development

No branches or pull requests

2 participants