From 4dd75ca083c34b263092e2420a91d55fbc430863 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Thu, 17 Aug 2023 21:03:11 -0500 Subject: [PATCH] Add Citation.cff (#5130) --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..27ce4ba5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Auto-GPT +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - name: Significant Gravitas + website: 'https://agpt.co' +repository-code: 'https://github.com/Significant-Gravitas/Auto-GPT' +url: 'https://agpt.co' +abstract: >- + An experimental open-source attempt to make GPT-4 fully + autonomous. +keywords: + - AI + - Agent +license: MIT