-
Notifications
You must be signed in to change notification settings - Fork 237
Add ramalama chat command #1531
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
% ramalama-chat 1 | ||
|
||
## NAME | ||
ramalama\-chat - OpenAI chat with the specified RESTAPI URL | ||
rhatdan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## SYNOPSIS | ||
**ramalama chat** [*options*] [arg...] | ||
|
||
positional arguments: | ||
ARGS overrides the default prompt, and the output is | ||
returned without entering the chatbot | ||
|
||
## DESCRIPTION | ||
Specify one or more AI Models to be removed from local storage | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. issue: The DESCRIPTION section appears to be incorrect for Update the DESCRIPTION to accurately reflect that |
||
|
||
## OPTIONS | ||
|
||
#### **--color** | ||
Indicate whether or not to use color in the chat. | ||
Possible values are "never", "always" and "auto". (default: auto) | ||
|
||
#### **--help**, **-h** | ||
Show this help message and exit | ||
|
||
#### **--prefix** | ||
Prefix for the user prompt (default: 🦭 > ) | ||
|
||
#### **--url**=URL | ||
The host to send requests to (default: http://127.0.0.1:8080) | ||
|
||
## EXAMPLES | ||
|
||
``` | ||
$ ramalama chat | ||
🦭 > | ||
|
||
$ ramalama chat http://localhost:1234 | ||
🐋 > | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. question: The example Please clarify what |
||
``` | ||
|
||
## SEE ALSO | ||
**[ramalama(1)](ramalama.1.md)** | ||
|
||
## HISTORY | ||
Jun 2025, Originally compiled by Dan Walsh <[email protected]> |
Uh oh!
There was an error while loading. Please reload this page.