meta-ai-api
meta-ai-api copied to clipboard
Llama 3 API 70B & 405B (MetaAI Reverse Engineered)
A few days ago I used the api to get some responses from llama3 and it worked like a charm, now I tried to get the responses using a loop...
IMPORT_CWD = os.path.abspath(os.getcwd()) OSError: [Errno 5] Input/output error
Can there be a way to make decisions on the previous response or for it to remember the previous response
Hi, Is there a way to use custom system prompt like : "You're an helpful assistant built by ..." Thanks!
I'm getting this response: WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 1/3. Exception: Unable to obtain a valid response from Meta AI. Try again later....
when i ran the code from either python or jupiter notebook with these lines ``` python from meta_ai_api import MetaAI ai = MetaAI(fb_email="someemail", fb_password="somepassword") response = ai.prompt(message="Whats the weather in...
I passed the credentials as mentioned in the documentation and encountered the following error. I'm hosting this on the `us-central1-c` region of Google Cloud. ``` Traceback (most recent call last):...
I’ve made multiple attempts but continue to receive the error: `FacebookInvalidCredentialsException: Unable to login to Facebook. Please verify your credentials. You may have been rate limited. Attempt to connect to...
``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/meta_ai_api/main.py", line 108, in get_access_token auth_json = response.json() ^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/requests/models.py", line 978, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line...
It seems that facebook login may now be mandatory? Im getting this error even in the example code.