fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
I tried to change default model with fabric -d many times. I tried entered corresponding numbers to models, like gemini-1.5-pro, mistral-large:123b, etc. However, every time I run fabric without specifying -m parameter, I got errors:
googleapi: Error 404: models/gpt-4o is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.
Version check
[X] Yes I was.
Relevant log output
googleapi: Error 404: models/gpt-4o is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.
What happened?
I tried to change default model with
fabric -d
many times. I tried entered corresponding numbers to models, likegemini-1.5-pro
,mistral-large:123b
, etc. However, every time I run fabric without specifying-m
parameter, I got errors:Version check
Relevant log output
Relevant screenshots (optional)
No response