Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Feb 12, 2024
1 parent b5c79f0 commit ee4915e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BaseMind Gateway

The BaseMind Gateway is a sophisticated SaaS infrastructure that allows users to connect to AI models from different providers.
The BaseMind Gateway is a fully managed backend for using AI models from different providers.

## How does it work?

Expand Down Expand Up @@ -52,6 +52,16 @@ invitation logic. Project management logic etc.

Overtime, this should be removed from the codebase to make it more useful for companies that want to deploy it in their own cloud.

## Client Libraries

Client libraries are available for different languages. The client libraries are responsible for handling the gRPC communication with the API Gateway.
Because gRPC is used, its easy to create new client libraries for other languages - its just a matter of generating the gRPC stubs and implementing the logic.
See:

- [iOS Client Library](https://github.com/basemind-ai/sdk-ios)
- [Android client library](https://github.com/basemind-ai/sdk-android)
- [Flutter/Dart client library](https://github.com/basemind-ai/sdk-dart)

## Repository Structure

```text
Expand Down

0 comments on commit ee4915e

Please sign in to comment.