Skip to content

this project showcases the development of a personalized AI assistant using OpenAI's API and Bolt IoT platform. It integrates natural language processing capabilities to provide users with intelligent responses and automate tasks.Explore the code to see how these technologies work together to create an interactive and efficient assistant.

Notifications You must be signed in to change notification settings

jatinnxn/Own-AI-Assistant

Repository files navigation

Own AI Assistant

Welcome to the AI Assistant project! This is an intelligent virtual assistant designed to answer user questions across a variety of topics.The AI Assistant aims to provide accurate and helpful responses to enhance user interaction.

This project leverages the GPT-3.5 Turbo model in Replit to help you create your very own AI assistant. By setting up secret APIs and ins

  • talling all necessary pip dependencies in the shell, you can start building and customizing your own assistant.

Prerequisites

  • Replit account
  • Access to GPT-3.5 Turbo API
  • OpenAI and BoltiotAI API keys

Setup Instructions

Setting Up Secret APIS

Obtain your GPT-3.5 Turbo API key. Acquire OpenAI and BoltiotAI API keys. Set up these API keys as secret environmen variables in Replit.

Installing Dependencies

  1. Open your Replit project.
  2. Enter the following commands in the Replit shell to install the necessary dependencies : pip install boltiotai

Usage

  1. Import the necessary libraries in your Python script:

    from boltiotai import openai

    import os

    import sys

  2. Start coding your AI assistant using the GPT-3.5 Turbo model.

Contributing

Feel free to contribute to this project by providing feedback, suggestions, or submitting pull requests.

Acknowledgements

  • GPT-3.5 Turbo by OpenAI

  • BoltiotAI API

Thank you for using this README guide, and good luck with creating your own Al assistant!

About

this project showcases the development of a personalized AI assistant using OpenAI's API and Bolt IoT platform. It integrates natural language processing capabilities to provide users with intelligent responses and automate tasks.Explore the code to see how these technologies work together to create an interactive and efficient assistant.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published