[GH-ISSUE #371] Strip https:// from model in ollama run <model> #62203

Closed
opened 2026-05-03 07:52:17 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jmorganca on GitHub (Aug 17, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/371

Users may prefix the model name with https:// and we should accept it and strip it out.

For example:

ollama run https://ollama.ai/m/wb

Should be equivalent to

ollama run ollama.ai/m/wb
Originally created by @jmorganca on GitHub (Aug 17, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/371 Users may prefix the model name with `https://` and we should accept it and strip it out. For example: ``` ollama run https://ollama.ai/m/wb ``` Should be equivalent to ``` ollama run ollama.ai/m/wb ```
GiteaMirror added the good first issuebug labels 2026-05-03 07:52:18 -05:00
Author
Owner

@jmorganca commented on GitHub (Aug 23, 2023):

Closed by #377 (thanks for the PR @rlbaker!)

<!-- gh-comment-id:1690389076 --> @jmorganca commented on GitHub (Aug 23, 2023): Closed by #377 (thanks for the PR @rlbaker!)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62203