Skip to content

An example implementation of OpenAI and Langchain's ability to easily use third parties to produce internet aware outputs.

License

Notifications You must be signed in to change notification settings

wilfredinni/ice_breaker

Repository files navigation

Icebreaker

An example implementation of OpenAI and Langchain's ability to easily use third parties to produce internet aware outputs.

In this example, Twitter and Linkedin are used to produce the resume of a person.

Installation

poetry install

Use the .env.example to create a new .env file with your own API keys and secrets.

python ice_breaker.py

If you asked for Guido van Rossum for example, you would get the following output:

{
    "summary": "Guido van Rossum is a computer programmer and the creator of the Python programming language.",
    "facts": [
        "Van Rossum named Python after the British comedy group Monty Python.",
        "He was awarded the Free Software Foundation's Award for the Advancement of Free Software in 2001."
    ],
    "topics_of_interest": [
        "Programming languages",
        "Artificial intelligence"
    ],
    "ice_breaker": [
        "Have you ever attended a Monty Python show?",
        "What inspired you to create Python?"
    ]
}

About

An example implementation of OpenAI and Langchain's ability to easily use third parties to produce internet aware outputs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages