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

Update index.md - fix model #601

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Update index.md - fix model #601

merged 3 commits into from
Feb 1, 2024

Conversation

7flash
Copy link
Contributor

@7flash 7flash commented Feb 1, 2024

Fixing an error

Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "/Users/gur/miniconda3/envs/jan25/lib/python3.10/site-packages/outlines/models/openai.py", line 128, in __init__
    raise ValueError(
ValueError: Invalid model_name. Check openai models list at https://platform.openai.com/docs/models

Fixing an error

```
Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "/Users/gur/miniconda3/envs/jan25/lib/python3.10/site-packages/outlines/models/openai.py", line 128, in __init__
    raise ValueError(
ValueError: Invalid model_name. Check openai models list at https://platform.openai.com/docs/models
```
@rlouf
Copy link
Member

rlouf commented Feb 1, 2024

Thank you for catching this AND correcting it 🙂

@rlouf rlouf merged commit b5ab675 into outlines-dev:main Feb 1, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants