Skip to content

Commit

Permalink
Merge pull request #105 from mindsdb/staging
Browse files Browse the repository at this point in the history
Test release
  • Loading branch information
ea-rus authored Apr 22, 2024
2 parents 1881cdc + 52700bd commit 1cb78f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/using_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
langchain_model = con.models.create(
'agent_model',
predict='answer',
mode='retrieval', # Use retrieval mode if using knowledge bases.
engine='langchain',
prompt_template='You are a spicy, cheeky assistant. Add some personality and flare when responding to the user question: {{question}}',
model_name='gpt-4-0125-preview' # This is the underlying LLM. Can use OpenAI, Claude, local Ollama, etc
Expand Down

0 comments on commit 1cb78f1

Please sign in to comment.