You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug A clear and concise description of what the bug is.
$ tlm s 'list file'
┃ > Thinking... (762.425868ms)
┃ > No command found for given prompt...
It's ok to explain command.
$ tlm e 'ls -lhrt'
The `ls` command with the options `-l`, `-h`, and `-r` is used to list files in a directory, while the option `-t` sorts the output by modification time. The `-l` option displays the file's permissions, owner, group, size, last modified date, and name. The `-h` option formats the file sizes in human-readable format (e.g., 1K, 234M). The `-r` option sorts the output by modification time in reverse order (i.e., most recently modified files are listed first).
Console Output If applicable, add console output.
tlm Version Which tlm version are you running? Type tlm version to get the version
tlm 1.1 () on linux/amd64
Platform Information (please complete the following information): Which operating system are you running on?-
client: wsl2 on windows 11 23H2
ollama server: windows 11 23H2 with ollama 0.3.6
Additional context Add any other context about the problem here.
I confirmed the response was out of the shell context.
"model": "tlm:1.1-s",
"prompt_eval_count": 109,
"prompt_eval_duration": 34800000,
"response": "The `ls` command is used to list the files in the current directory. The `-l` option stands for \"long\" format, which provides more detailed information about each file, such as its size, permissions, and last modification time. The `-a` option stands for \"all\", which includes hidden files in the listing.",
Describe the bug
A clear and concise description of what the bug is.
It's ok to explain command.
Console Output
If applicable, add console output.
tlm Version
Which tlm version are you running? Type
tlm version
to get the versiontlm 1.1 () on linux/amd64
Platform Information (please complete the following information):
Which operating system are you running on?-
client: wsl2 on windows 11 23H2
ollama server: windows 11 23H2 with ollama 0.3.6
Additional context
Add any other context about the problem here.
ollama server log:
The text was updated successfully, but these errors were encountered: