You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't put too much attention to the actual configuration values because I don't know what I'm doing. The server is supposed to be able to take a relative path for the model name (relative to where you started the server) but I've found I need to specify the full path.
Running models locally with mlx works really well (if you have a Mac).
I thought about adding a new model type to chatgpt-shell but it seems like a lot of repeated code for a relatively small difference.
Some local servers (like ml-explore/ mlx_lm server) which are based on huggingface / transformers don't seem to support message where
content
has a type and "data".For example the following generates an error
While this format works
Is it possible to have
chatgpt-shell
use the simpler format?See for example 1195.
The text was updated successfully, but these errors were encountered: