-
-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❓ [Question]: is there any way to use Open AI for free ?? #112
Comments
You could use your own LLM such as Llama 2. But you need a GPU with at least 24GB vram to work comfortably. |
HOW brother? |
You can use https://github.com/oobabooga/text-generation-webui with some model like Llama2, Vicuña, or the model which you prefer (in the project of text-generstion-webui are some suggested models) If you have more questions I will be glad to respond. David Martin Rius |
Can you help me make changes in shortgpt? |
You can create you own function like this one: ShortGPT/shortGPT/gpt/gpt_utils.py Line 72 in 969d818
|
I tried this and got everything setup, but how am I supposed to find my freegpt4 API key??? |
I guess you missed the "free" part haha Obviously, you do not need any api key if you integrated gpt4free... |
Trying to get this working using my locally installed llama version. Anyone using a locally installed LLM running on their own server, that can point me to the right direction? EDIT: I guess I´m just a bit confused, since I´m not sure where to put the url for my locally running server, since I cant find any place in the current gpt_utils.py file where I´m supposed to replace it. |
Your Question
so i tried revered proxy but it's not working, it's showing me this error after 33%
ERROR : Exception : GPT3 error: Too many requests, you can send 3 requests per 15 seconds, please wait and try again later.
i know GPT4 is not that expensive but i am a student i just want it for free !! XD
is there any way or should i just buy it?
The text was updated successfully, but these errors were encountered: