CopeAI Backend AI
Go to file
Showdown76 96769e9ea9
README.md
2024-01-07 23:00:33 +01:00
.vscode feat(streamed-generation): Implemented stream generation & example 2024-01-07 20:19:11 +01:00
copeai_backend feat(streamed-generation): Implemented stream generation & example 2024-01-07 20:19:11 +01:00
examples feat(streamed-generation): Implemented stream generation & example 2024-01-07 20:19:11 +01:00
.env.example wip 2024-01-07 19:20:09 +01:00
.gitignore Initial commit 2024-01-07 16:52:39 +00:00
LICENSE Initial commit 2024-01-07 16:52:39 +00:00
README.md README.md 2024-01-07 23:00:33 +01:00
requirements.txt wip 2024-01-07 19:20:09 +01:00

README.md

CopeAI Backend — for CopeAI & MyAI

An open-source library used in CopeAI and MyAI to optimize the work.
by showdown. Join our Discord server here.

Features

  • Asynchronous support with native OpenAI library
  • 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/