From 96769e9ea9cff18df99912d89bdc23f295697864 Mon Sep 17 00:00:00 2001 From: Showdown76py Date: Sun, 7 Jan 2024 23:00:33 +0100 Subject: [PATCH] README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a298b2..10dbd02 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# ai +# [CopeAI Backend — for CopeAI & MyAI](#) +An open-source library used in CopeAI and MyAI to optimize the work. +by [showdown](https://git.tarkacore.dev/showdown). Join [our Discord server here](https://discord.gg/2jhaWNzHKZ). -[Showdown76py](https://github.com/showdown76py)'s "AI lib" +## Features +- Asynchronous support with native [OpenAI library](https://pypi.org/project/openai) +- Modulable, and easy to implement +- Streamed & non-streamed requests + +## Usage +- Add this to your Python project's root folder + +## Examples +You can find examples in `examples/`