Open Issues Need Help
View All on GitHub Implement a "help" menu. 2 months ago
AI Summary: Implement a help menu for a Python CLI chat application that interacts with a local Ollama LLM. The help menu should provide a summary of the tool, list valid commands, and include a link to the GitHub repository.
Complexity:
2/5
enhancement good first issue
Implement a "help" menu. 2 months ago
AI Summary: Implement a help menu for a Python CLI chat application that interacts with a local Ollama LLM. The help menu should provide a summary of the tool, a list of commands, and a link to the GitHub repository.
Complexity:
2/5
enhancement good first issue
Add username to set context. 2 months ago
AI Summary: Modify the Python CLI tool to include the Linux username of the user in the initial prompt given to the Ollama LLM. This will personalize the LLM's responses by providing it with contextual information about the user.
Complexity:
2/5
enhancement good first issue