-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This plugin currently hard-codes to using Claude 3 Haiku and the Anthropic client library:
| model="claude-3-haiku-20240307", |
datasette-query-assistant/datasette_query_assistant/__init__.py
Lines 133 to 135 in a777a80
| client = AsyncAnthropic(api_key=os.environ["ANTHROPIC_API_KEY"]) | |
| sql = await generate_sql_with_retries(client, db, question, schema) |
Now that LLM has async support I want to switch to that in order to get multiple models supported at once:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request