diff --git a/README.md b/README.md index 8064ba0..571a39f 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ from blendsql.models import TransformersLLM, OpenaiLLM blendsql.config.set_async_limit(10) # Load model -# model = OpenaiLLM("gpt-4o") # If you have a .env present with OpenAI API keys -model = TransformersLLM('Qwen/Qwen1.5-0.5B') +model = OpenaiLLM("gpt-4o-mini") # If you have a .env present with OpenAI API keys +# model = TransformersLLM('Qwen/Qwen1.5-0.5B') # Prepare our local database db = Pandas( diff --git a/docs/quickstart.md b/docs/quickstart.md index 7d5a59a..1f623e9 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -17,8 +17,8 @@ from blendsql.models import TransformersLLM, OpenaiLLM blendsql.config.set_async_limit(10) # Load model -# model = OpenaiLLM("gpt-4o") # If you have a .env present with OpenAI API keys -model = TransformersLLM('Qwen/Qwen1.5-0.5B') +model = OpenaiLLM("gpt-4o-mini") # If you have a .env present with OpenAI API keys +# model = TransformersLLM('Qwen/Qwen1.5-0.5B') # Prepare our local database db = Pandas(