Interactive Mode #94

Closed
opened 2026-02-15 16:27:58 -05:00 by yindo · 1 comment
Owner

Originally created by @p-vdp on GitHub (Jun 7, 2024).

It would be useful to have an interactive mode accessed via CLI and the REST API (see also #183) , something like this:

$ python -m ollama --endpoint http://remotehost:11434 --model llama3 --interactive

[Connected to endpoint: http://remotehost:11434]
[Model: llama3]

$ Why is the sky blue?

The sky appears blue because of a phenomenon called scattering, which occurs when sunlight interacts 
with tiny molecules of gases in the Earth's atmosphere.
Originally created by @p-vdp on GitHub (Jun 7, 2024). It would be useful to have an interactive mode accessed via CLI and the REST API (see also #183) , something like this: ``` $ python -m ollama --endpoint http://remotehost:11434 --model llama3 --interactive [Connected to endpoint: http://remotehost:11434] [Model: llama3] $ Why is the sky blue? The sky appears blue because of a phenomenon called scattering, which occurs when sunlight interacts with tiny molecules of gases in the Earth's atmosphere. ```
yindo closed this issue 2026-02-15 16:27:58 -05:00
Author
Owner

@mxyng commented on GitHub (Aug 27, 2024):

As mentioned in #185, a CLI is be out of scope of this repo

@mxyng commented on GitHub (Aug 27, 2024): As mentioned in #185, a CLI is be out of scope of this repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#94