Giter Site home page Giter Site logo

b5marwan / fenixagi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from p4r7h-v/fenixagi-mkiii

0.0 0.0 0.0 16.18 MB

Advanced voice assistant for developers and researchers. Boost productivity with code search, web scraping, file management, and more. Accessible, customizable, and powered by OpenAI's GPT language models, Bing Search, and ElevenLabs voice (optional).

License: MIT License

Python 100.00%

fenixagi's Introduction

FenixAGI MkIII: Advanced Voice Assistant

Fenix A.G.I. Mark-III is an advanced AI assistant designed to revolutionize project management. Built by Parth and powered by OpenAI's GPT-16k 3.5-turbo language model, FenixAGI can assist users in a wide array of tasks including file operations, web scraping, data visualization, and more.

Features

  • Interactive Voice Assistant: FenixAGI supports voice interaction, with the ability to switch between different voices.
  • Customizable: You can easily extend FenixAGI's functionality by adding new functions to the approved_functions list and corresponding entries to the function_descriptions list.
  • Learning Capabilities: FenixAGI can learn from user feedback and revise its instructions to improve performance over time.
  • Powered by OpenAI: FenixAGI utilizes the powerful GPT-16k 3.5-turbo language model by OpenAI.

Getting Started

Prerequisites

  • Python 3.6 or higher
  • pip package manager

Installation

  1. Clone the repository:

    git clone https://github.com/p4r7h-v/FenixAGI-MkIII
    
  2. Navigate to the project directory:

    cd FenixAGI-MkIII
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

API Key Setup

Fenix uses three API keys for its functionality. Follow the instructions below to set up the required API keys:

  • Bing API Key:

    • Obtain a Bing API Key from the Microsoft Azure portal.
    • Set the obtained API Key as the BING_API_KEY environment variable.
  • OpenAI API Key:

    • Sign up for an account on the OpenAI website.
    • Generate an API Key from the API section of your OpenAI account.
    • Set the generated API Key as the OPENAI_API_KEY environment variable.
  • ElevenLabs API Key (optional):

    • Visit the ElevenLabs website and create an account.
    • Generate an API Key from your ElevenLabs account.
    • Set the generated API Key as the xi-api-key environment variable.

Usage

  1. Run Fenix:
    python fenix.py
    
  2. Follow the prompts and interact with Fenix by typing your queries or commands.

While running, FenixAGI accepts a variety of commands to guide its behavior:

  • 'v': Toggle voice modes.
  • 'a': Toggle between automatic and manual mode for function execution.
  • 'd': Toggle display of the assistant's responses.
  • 'e' or ' ' (spacebar): Records the user's voice for 5 seconds and transcribes it. The transcription is then used as the user's input.
  • 'r': Reset FenixAGI to a default state, clearing the conversation history and meta instructions.
  • 'exit' or 'quit': Terminate the session and save the current state of FenixAGI.

License

This project is licensed under the MIT License - see the LICENSE file for details.

fenixagi's People

Contributors

p4r7h-v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.