DocsGPT 🦖 Very early Preview

About

Hello, ask me anything about this library. Im here to help

How to create API key for Api gateway?

Import the boto3 library and create a client for the API Gateway service:

client = boto3.client('apigateway')

Create an API key:

response = client.create_api_key(
name='API_KEY_NAME',
description='API key description',
enabled=True)
api_key = response['value']

This is a chatbot that uses the GPT-3, Faiss and Longchain to answer questions


The source code is available on Github


Currently It uses python pandas documentation, so it will respond to information relevant to pandas. If you want to train it on different documentation - please follow this guide


If you want to launch it on your own server - follow this guide