Code Monkey home page Code Monkey logo

bing-chat-api's Introduction

Bing Chat API Documentation

Multi-Modality

Bing Chat API

An all-inclusive API endpoint that harnesses the power of ChatGPT-4 for text completions, GPT-4 Vision for vision tasks, and DALL-E 3 for image creation. This comprehensive API is designed to provide a seamless experience for users looking to integrate advanced AI capabilities into their applications. Future integrations will include Windows Copilot, offering a way to control Windows in a manner similar to open-interpreter.

Installation ๐Ÿ 


You can install the Bing Chat API using pip:

pip3 install --upgrade bing-chat

Usage ๐Ÿก


ChatGPT-4 Usage:

import logging
from bing-chat import BingChat

if __name__ == "__main__":
    logging.basicConfig(level=logging.INFO)
    chat = BingChat("")
    initial_message = "Hello, Bing!"
    messages = chat.run(initial_message)
    print("Chat history:", messages)

Disclaimer: Using this API excessively or in ways that violate Bing's terms of service may result in your account being banned. Always ensure you're adhering to platform guidelines and use the API responsibly.

BingChat Documentation

Table of Contents

  1. Introduction
  2. BingChat Class
  3. Methods and Usage
  4. Examples
  5. Additional Information
  6. References and Resources

(And so on...)

Features ๐ŸŒŠ


  • Easy to Use: With just a few lines of code, you can start generating text completions.
  • Customizable: Provide your own creative prompts to generate unique text completions.
  • Real-Time Updates: The API provides real-time logging information about the chat session.
  • Multimodal Capabilities: The API integrates ChatGPT-4 for text, GPT-4 Vision for vision tasks, and DALL-E 3 for image creation, offering a wide range of functionalities in a single endpoint.
  • Future Windows Copilot Integration: Upcoming features will allow users to control Windows functionalities, making it a versatile tool for various applications.
  • **Future voice activation for sending prompts

License ๐Ÿ“œ


Bing Chat API is licensed under the MIT License. See the LICENSE file for more details.

Todo

  • Add Automatic cookie finding seamlessly
  • Simplify endpoints for ease of use
  • Integrate more advanced features of ChatGPT-4
  • Create tests for BingChat
  • Implement human feedback loop for improved chat sessions
  • Support different output formats
  • Develop integration with Windows Copilot for enhanced control over Windows functionalities
  • Develop voice activation for sending prompts

This documentation provides a comprehensive guide on how to interact with the Bing Chat API, leveraging the combined capabilities of ChatGPT-4, GPT-4 Vision, and DALL-E 3.

bing-chat-api's People

Contributors

zackbradshaw avatar elder-plinius 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.