How do I change the model? #138
-
Hi all, Love this and want to get using it. I am using a Windows machine and got fabric installed using WSL + VS Code. Went to use it and it says I need to use GPT-4 ... which is fine, I don't pay for it (yet!) but wanted to test this with the older models. Has anyone else downgraded the model being used? I can list models fine "fabric --listmodels" but none of them seems to work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
pbpaste|fabric -m gpt-3.5-turbo -p extract_wisdom |
Beta Was this translation helpful? Give feedback.
-
It would be great if we could also use local Mistral-7b... ;) |
Beta Was this translation helpful? Give feedback.
-
I've got a small PR to allow the default model to be set outside of cli flags: #156 |
Beta Was this translation helpful? Give feedback.
-
does this work for you? |
Beta Was this translation helpful? Give feedback.
pbpaste|fabric -m gpt-3.5-turbo -p extract_wisdom
works for me. It's the exact name from the listmodels command.