Conversation
|
Is it okay if I run a quick poll on Slack first? I was trying to be conservative with exports, since some users have it in their startup.jl 2 workflow questions
|
|
The specific workaround I mentioned was: https://siml.earth/PromptingTools.jl/dev/examples/working_with_ollama/#Schema-Changes-/-Custom-models PT.register_model!(;
name = "llama123",
schema = PT.OllamaSchema(),
description = "Some model")
PT.MODEL_ALIASES["l123"] = "llama123" # set an alias you like for itThen you can simply run: |
|
I'm typically against Users who prefer to prefix by package name should probably use |
Mostly a convenience PR to permit direct schema access. I typically use Ollama exclusively, so it's nice to be able to do
instead of