Skip to content

Commit

Permalink
Merge pull request #87 from polyfire-ai/victorforissier-patch-1
Browse files Browse the repository at this point in the history
Renaming To Polyfire + Links
  • Loading branch information
victorforissier authored Oct 15, 2023
2 parents c3b79a7 + 298d0ad commit c1843a7
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
<h1 align="center">PolyFire</h1>
<h1 align="center">Polyfire</h1>

<h4 align="center">
<a href="https://polyfact.readme.io/reference/polyfact">Documentation</a> |
<a href="https://github.com/polyfact/awesome-polyfact">Awesome list</a> |
<a href="https://docs.polyfire.com">Documentation</a> |
<a href="https://discord.gg/8mkBfDXNTM">Discord</a>
</h4>

<p align="center">⚡ An all-in-one managed backend for AI apps. Build AI apps from the frontend 🪶</p>

PolyFire helps you build much faster by centralizing all the AI backend tools in one easy-to-use Front End SDK.
Polyfire helps you build much faster by centralizing all the AI backend tools in one easy-to-use Front End SDK.

## ✨ Getting started

We also made a couple of tutorials you can use to get started with Polyfire:

- **[Getting Started](https://polyfact.readme.io/docs/basic-usage)**
- **[Tutorial: How to make a clone of ChatGPT](https://polyfact.readme.io/docs/chatgpt-clone)**
- **[Tutorial: Add stripe subscriptions](https://polyfact.readme.io/docs/react-stripe-subscriptions)**
- **[Getting Started](https://docs.polyfire.com/docs/basic-usage)**
- **[Tutorial: How to make a clone of ChatGPT](https://docs.polyfire.com/docs/chatgpt-clone)**
- **[Tutorial: Add stripe subscriptions](https://docs.polyfire.com/docs/react-stripe-subscriptions)**

## 📚 Documentation

- **[Generate Simple Text](https://polyfact.readme.io/docs/generate)**: Answer to simple requests as text
- **[Create Chatbots](https://polyfact.readme.io/docs/chats)**: Easily create chatbots
- **[Transcribe](https://polyfact.readme.io/docs/transcribe)**: Transcribe audio files to text
- **[Memory](https://polyfact.readme.io/docs/memory)**: Easily create a long-term memory and simplify the use of large amounts of information
- **[GenerateImage](https://polyfact.readme.io/docs/generate-image)**: Generate images with Dall-E
- **[Call Polyfire from React](https://polyfact.readme.io/docs/usepolyfact)**: The usePolyfire hooks lets you use Polyfire and handle authentification without having to deploy any backend
- **[Call Polyfire from other browser environments](https://polyfact.readme.io/docs/javascript)**: The Polyfire Client Object allows you to use Polyfire and handle authentification without having to deploy any backend in any environment
- **[Generate Simple Text](https://docs.polyfire.com/docs/generate)**: Answer to simple requests as text
- **[Create Chatbots](https://docs.polyfire.com/docs/chats)**: Easily create chatbots
- **[Transcribe](https://docs.polyfire.com/docs/transcribe)**: Transcribe audio files to text
- **[Memory](https://docs.polyfire.com/docs/memory)**: Easily create a long-term memory and simplify the use of large amounts of information
- **[GenerateImage](https://docs.polyfire.com/docs/generate-image)**: Generate images with Dall-E
- **[Call Polyfire from React](https://docs.polyfire.com/docs/usepolyfire)**: The usePolyfire hooks lets you use Polyfire and handle authentification without having to deploy any backend
- **[Call Polyfire from other browser environments](https://docs.polyfire.com/docs/javascript)**: The Polyfire Client Object allows you to use Polyfire and handle authentification without having to deploy any backend in any environment

## 📫 Contact us

We strive for feedback and want to understand everyone's needs, and you can hang out with us on [Discord](https://discord.gg/8mkBfDXNTM)!

## 🧑‍💻 Contributing

PolyFire is open-source! You can contribute to the [Javascript SDK](https://github.com/polyfact/polyfire-js) or the [API](https://github.com/polyfact/polyfire-api) by opening an issue or a PR!
PolyFire is open-source! You can contribute to the [Javascript SDK](https://github.com/polyfire-ai/polyfire-js) or the [API](https://github.com/polyfire-ai/polyfire-api) by opening an issue or a PR!

0 comments on commit c1843a7

Please sign in to comment.