Running Fabric returns "Failed to fetch models: HTTP 401" #172
Replies: 2 comments
-
Make sure the api key is correctly entered. To check, look at ~/.config/fabric/.env. That error message means that your openai api key isn’t entered correctly |
Beta Was this translation helpful? Give feedback.
0 replies
-
@xssdoctor you were right. The API keys were both on one line without spaces. I put them on their own line and it all worked when I restarted my terminal. Thank you. |
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
-
Now that I have fabric correctly installed, whenever I run a fabric command, I get this error:
Failed to fetch models: HTTP 401
This occurs with each command, such as:
etc.
I there authentication with fabric other than the API keys?
What should I do to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions