Replies: 3 comments 1 reply
-
Because I have more useful things to implement. Use |
Beta Was this translation helpful? Give feedback.
1 reply
-
+1 to have this. Can we let the discussion open so someone can try to collaborate with a PR? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For now, I have set a different chat strategies = {
chat = {
roles = {
llm = function(adapter)
local name = adapter.formatted_name
if (adapter.model and adapter.model.name) then
name = name .. " (" .. adapter.model.name .. ")"
end
return name
end,
},
}, Result:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why not? I just want to know which model I'm talking to but also be able to switch.
Beta Was this translation helpful? Give feedback.
All reactions