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

feat: jubi chatbot #1

Merged
merged 4 commits into from
Jul 17, 2024
Merged

feat: jubi chatbot #1

merged 4 commits into from
Jul 17, 2024

Conversation

liuyuweitarek
Copy link
Owner

Feat: Chatbot Interface

Summary

Added a simple interface for the chatbot.

Changes in Environment Variables

The following environment variable needs to be added:

SOCKET_SERVER=<URL>

Notes

If additional environment variables are required, refer to the docusaurus.config.ts file under customFields:

const config: Config = {
  // other config...
  customFields: {
    chatbot: {
      socket_server: process.env.SOCKET_SERVER,
    },
  },
};

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@liuyuweitarek liuyuweitarek self-assigned this Jul 17, 2024
@liuyuweitarek liuyuweitarek added feature enhancement New feature or request and removed feature labels Jul 17, 2024
Copy link
Owner Author

@liuyuweitarek liuyuweitarek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self-reviewed 👀

@liuyuweitarek liuyuweitarek merged commit 43d7335 into main Jul 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant