gpt4free
gpt4free copied to clipboard
can't work in colab, says my key is wrong
KeyError Traceback (most recent call last)
1 frames /content/gpt4free/quora/api.py in send_message(self, chatbot, message, with_chat_break, timeout) 369 "bot": chatbot, 370 "query": message, --> 371 "chatId": self.bots[chatbot]["chatId"], 372 "source": None, 373 "withChatBreak": with_chat_break,
KeyError: 'gpt-4'
I made the Colab. Did you try using other models (other than GPT-4 which you can get one message per 10 hours I think anyways) Update: you may want to try upper case for the model name "GPT-4" instead of "gpt-4"