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

Add chatbot crate #4

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Add chatbot crate #4

merged 2 commits into from
Dec 20, 2024

Conversation

ovstinga
Copy link
Owner

This PR adds a new crate, chatbot, which provides functions for running an "intelligent" chatbot to respond to the user's queries. Those functions are:

  • chatbot::gen_random_number: creates a random number from 0 to the maximum usize.
  • chatbot::query_chat: given a set of input messages, queries the model for a vector of generated responses.

@ovstinga ovstinga mentioned this pull request Dec 20, 2024
@ovstinga ovstinga merged commit ad5e105 into main Dec 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants