moxin-org / moly

Moly: an AI LLM GUI app in pure Rust
https://www.moxin.app
Apache License 2.0
159 stars 19 forks source link

Add support for @model for LLM models #308

Open joulei opened 2 weeks ago

joulei commented 2 weeks ago

Context

For the agent integration with MoFa, we've added a @name selector capability within the chat input prompt that allows the user to select different agents. See https://github.com/moxin-org/moly/pull/279.

Image Image

We now want to include this behaviour for LLM models within a chat.

Requirements

joulei commented 1 week ago

We should actually wait to work on this once https://github.com/moxin-org/moly/pull/279 is merged. I just realized the feature is in the same input prompt, let's avoid more conflicts and add @model support to the already existing feature in that branch.