[FEATURE] Add /ask command #54
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ABOCN/TelegramBot#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ai-features"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/ask uses a model pulled from Ollama,
deepseek-r1:1.5b
by default, to answer questions the user asks.Initial testing has been done, though some further testing for stability might need to be done
Put commit
e77c145eff
in another branch or force push it already into main. Seems unrelated to the PR.It adds AI commands to the help menu, as mentioned in the commit message.
I have done some further testing, and everything is looking stable at this point, with proper handling for thinking as well. Removed WIP tag
I didn't read the commit message completely, sorry
@ihatenodejs Merging this. If you want to continue to improve /ask, commit to main branch.