Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
andrewyng authored Nov 23, 2024
1 parent 2a69509 commit fb80818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -93,12 +93,12 @@ We follow a convention-based approach for loading providers, which relies on str

#### Examples:

- **AWS**:
- **Hugging Face**:
The provider class should be defined as:
```python
class AwsProvider(BaseProvider)
class HuggingfaceProvider(BaseProvider)
```
in providers/aws_provider.py.
in providers/huggingface_provider.py.

- **OpenAI**:
The provider class should be defined as:

0 comments on commit fb80818

Please sign in to comment.