anthropic_engine
as an engine.
anthropic_engine
to create a model with the CREATE MODEL
statement.
Create and deploy the Anthropic model within MindsDB to ask any question.
Name | Description |
---|---|
column | It defines the prompt to the model. |
engine | It defines the Anthropic engine. |
max_tokens | It defines the maximum number of tokens to generate before stopping. |
model | It defines model that will complete your prompt. |
claude-2.1
model by default. But you can use other available models by passing the model name to the model
parameter in the USING
clause of the CREATE MODEL
statement.max_tokens
parameter in the USING
clause of the CREATE MODEL
statement.