معرفی شرکت ها


datasette-chatgpt-plugin-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Datasette plugin that turns a Datasette instance into a ChatGPT plugin
ویژگی مقدار
سیستم عامل -
نام فایل datasette-chatgpt-plugin-0.1
نام datasette-chatgpt-plugin
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Simon Willison
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/simonw/datasette-chatgpt-plugin
آدرس اینترنتی https://pypi.org/project/datasette-chatgpt-plugin/
مجوز Apache License, Version 2.0
# datasette-chatgpt-plugin [![PyPI](https://img.shields.io/pypi/v/datasette-chatgpt-plugin.svg)](https://pypi.org/project/datasette-chatgpt-plugin/) [![Changelog](https://img.shields.io/github/v/release/simonw/datasette-chatgpt-plugin?include_prereleases&label=changelog)](https://github.com/simonw/datasette-chatgpt-plugin/releases) [![Tests](https://github.com/simonw/datasette-chatgpt-plugin/workflows/Test/badge.svg)](https://github.com/simonw/datasette-chatgpt-plugin/actions?query=workflow%3ATest) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-chatgpt-plugin/blob/main/LICENSE) A Datasette plugin that turns a Datasette instance into a ChatGPT plugin - so you can use ChatGPT to ask questions of your data. For more on this project, see [Building a ChatGPT plugin to ask questions of data hosted in Datasette](https://simonwillison.net/2023/Mar/24/datasette-chatgpt-plugin/). ## Installation Install this plugin in the same environment as Datasette, on a deployed instance. datasette install datasette-chatgpt-plugin Or if you are using `datasette publish` to deploy Datasette: datasette publish cloudrun/vercel/fly/heroku data.db \ --install datasette-chatgpt-plugin ## Usage Once installed, your Datasette instance will work with the new [ChatGPT plugins](https://openai.com/blog/chatgpt-plugins) system - provided you have access to that preview. Click `Plugins -> Plugin store -> Install an unverified plugin` and enter the URL of your Datasette instance. ChatGPT will discover the plugin by hitting the `/.well-known/ai-plugin.json` endpoint. You can then ask it questions! Some starting examples: - Show a list of tables (this is always good to start with as it ensures ChatGPT knows which tables are available) - Show the first 10 rows of the `mytable` table This plugin currently exposes a single database - the first database attached to your instance. ## Development To set up this plugin locally, first checkout the code. Then create a new virtual environment: cd datasette-chatgpt-plugin python3 -m venv venv source venv/bin/activate Now install the dependencies and test dependencies: pip install -e '.[test]' To run the tests: pytest


نیازمندی

مقدار نام
- datasette
- pytest
- pytest-asyncio


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl datasette-chatgpt-plugin-0.1:

    pip install datasette-chatgpt-plugin-0.1.whl


نصب پکیج tar.gz datasette-chatgpt-plugin-0.1:

    pip install datasette-chatgpt-plugin-0.1.tar.gz