Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Mosaic Assistant #387

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/references/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ for comparison.
export ANTHROPIC_API_KEY="XXXXX"
```

### [MosaicML](https://mosaicml.com)

1. MosaicML currently has a waitlist for new users:
> We are currently experiencing very high demand and have a waitlist. Please stay
> tuned for when we open for broader access.
>
> ~ [MosaicML console](https://console.mosaicml.com/)
2. Set the `MOSAICML_API_KEY` environment variable with your MosaicML API key:
```bash
export MOSAICML_API_KEY="XXXXX"
```

### [Google](https://ai.google.dev/)

1. > To use the API, you need an API key. You can create a key with one click in Google
Expand Down
3 changes: 0 additions & 3 deletions docs/tutorials/gallery_python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@
# - [ragna.assistants.Gpt4][]
# - [AI21 Labs](https://www.ai21.com/)
# - [ragna.assistants.Jurassic2Ultra][]
# - [MosaicML](https://www.mosaicml.com/)
# - [ragna.assistants.Mpt7bInstruct][]
# - [ragna.assistants.Mpt30bInstruct][]
#
# !!! note
#
Expand Down
3 changes: 0 additions & 3 deletions ragna/assistants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"Gpt35Turbo16k",
"Gpt4",
"Jurassic2Ultra",
"Mpt7bInstruct",
"Mpt30bInstruct",
"RagnaDemoAssistant",
]

Expand All @@ -19,7 +17,6 @@
from ._cohere import Command, CommandLight
from ._demo import RagnaDemoAssistant
from ._google import GeminiPro, GeminiUltra
from ._mosaicml import Mpt7bInstruct, Mpt30bInstruct
from ._openai import Gpt4, Gpt35Turbo16k

# isort: split
Expand Down
67 changes: 0 additions & 67 deletions ragna/assistants/_mosaicml.py

This file was deleted.

Loading