This 100% FREE Perplexity Clone has GPT-4O & Claude-3.5-Sonnet! (No Installation Needed)

3 min read 5 months ago
Published on Aug 02, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

In this tutorial, we will explore Morphic, a free alternative to the paid service Perplexity. Morphic offers access to powerful AI models like Claude 3.5 Sonnet and GPT-4, making it a valuable tool without the associated costs. We will cover how to use Morphic online, the features it offers, and how to set it up locally if desired.

Chapter 1: About Morphic and How to Use

Morphic is designed to replicate the functionalities of Perplexity at no cost. Here’s how to get started:

Getting Started with Morphic

  1. Visit the Morphic Website: Navigate to the Morphic platform.
  2. Select a Model: You have three model options:
    • GPT-4 Mini (accessible without an account)
    • GPT-4 (requires account registration)
    • Claude 3.5 Sonnet (requires account registration)

Using GPT-4 Mini

  1. Choose Speed Option: Select the speed option for GPT-4 Mini.
  2. Ask a Question: Enter a recent query, such as "Tell me about the recent GPT launch."
  3. View Results: Results will display similar to Perplexity, including articles, references, and images.
  4. Follow-up Questions: You can ask follow-up questions or utilize AI-generated suggestions for deeper exploration.

Using GPT-4 and Claude 3.5 Sonnet

  1. Create an Account: Click on the registration link and set up your account.
  2. Select the Model: Once logged in, choose either GPT-4 or Claude 3.5 Sonnet.
  3. Enter Your Query: Type in your question and submit.
  4. Review Results: Results may be slower but provide enhanced quality.
  5. Summarize Articles: You can paste a URL of an article or PDF, prefixed with "summary," for automatic summarization.

Additional Features

  • Fact-Checking: Each article comes with references for verification.
  • User Experience: The interface is user-friendly and similar to Perplexity, facilitating easy navigation.

Chapter 2: Local Installation (Optional)

For those interested in using Morphic locally, follow these steps:

Setup Local Hosting

  1. Clone the Repository: Use the following command in your terminal:
    git clone <repository-url>
    
  2. Navigate to the Folder: Change to the cloned directory.
    cd morphic
    
  3. Install Dependencies: Run the installation command:
    bun install
    
  4. Configure Environment File:
    • Rename the example environment file:
      mv .env.example .env
      
    • Open the .env file and input the necessary API keys.

API Key Setup

  1. Obtain API Keys:
    • OpenAI: Get your API key from OpenAI.
    • Anthropic: Register and obtain an API key.
    • Upstash: Sign up for Upstash and retrieve the URL and token.
    • Tavily: Register for Tavily and get your API key.
  2. Fill in API Keys: Add the keys to the respective fields in the .env file.

Run the Application

  1. Start the Application: Use the following command in the terminal:
    bun run start
    
  2. Access Locally: Open your browser and go to:
    http://localhost:3000
    

Conclusion

Morphic is an excellent free alternative to Perplexity, providing access to powerful AI models without subscription fees. You can use it online or set it up locally for more control. Keep in mind that the availability of free services may change over time, so it's wise to keep an eye on updates. Enjoy exploring Morphic and enhancing your research capabilities!