Skip to main content

Meta AI API Wrapper to interact with the Meta AI API

Project description

MetaAI API Wrapper

MetaAI is a Python library designed to interact with Meta's AI APIs that run in the backend of https://www.meta.ai/. It encapsulates the complexities of authentication and communication with the APIs, providing a straightforward interface for sending queries and receiving responses.

With this you can easily prompt the AI with a message and get a response, directly from your Python code. NO API KEY REQUIRED

Meta AI is connected to the internet, so you will be able to get the latest real-time responses from the AI. (powered by Bing)

Meta AI is running Llama 3 LLM.

Usage

  1. Download:

    pip install meta-ai-api
    
  2. Initialization:

     from meta_ai_api import MetaAI
    
     if __name__ == "__main__":
         ai = MetaAI()
         response = ai.prompt(message="Whats the weather in San Francisco today? And what is the date?")
         print(response)
     
         # Today's weather in San Francisco, CA, on Thursday, April 18, 2024, is mostly sunny
         # and not as warm, with a high of 71 degrees Fahrenheit and a low of 51 degrees Fahrenheit ¹.
         # The wind is coming from the west-southwest direction at a speed between 8 and 10 miles per hour,
         # and the chance of precipitation is 25% ².
     
         response = ai.prompt(message="What was the Warriors score last game?")
         print(response)
     
         # The Golden State Warriors' last game was against the Sacramento Kings on April 16, 2024,
         # at the Golden 1 Center, in which they lost 118-94 ¹ ². Here are some additional details about the game ¹:
         # Venue: Golden 1 Center, Sacramento, USA
         # Kings (SAC): 118 points
         # Warriors (GSW): 94 points
         # Quarter 1: Kings 31, Warriors 22
         # Quarter 2: Kings 23, Warriors 28
         # Quarter 3: Kings 37, Warriors 26
         # Quarter 4: Kings 27, Warriors 18
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meta_ai_api-1.0.6.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

meta_ai_api-1.0.6-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file meta_ai_api-1.0.6.tar.gz.

File metadata

  • Download URL: meta_ai_api-1.0.6.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for meta_ai_api-1.0.6.tar.gz
Algorithm Hash digest
SHA256 483bce6bc66471170e72cff1dc331ba2646f8c9c56d8cbb4717d24584650b995
MD5 3909847091c3a043b8e83e4d861d5b02
BLAKE2b-256 4dc2913683b6b69d51f49c3277dac1dbbb273429e35de2843d09ffb5a5eb4568

See more details on using hashes here.

File details

Details for the file meta_ai_api-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: meta_ai_api-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for meta_ai_api-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 20bad7f6d52502e3ab591dd9529c5999f495f0a108d7d51c72f52187debca76a
MD5 4edc7d3b69e15dacf54ad0d330131ccf
BLAKE2b-256 a452b8c0c187be1db36c8f4180304dee1808ff563e90b73d9ec977c58dafae30

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page