Skip to content

Commit

Permalink
Update website chatbot template to use gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Oct 23, 2024
1 parent b9ef36a commit 126d622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmstack/contrib/apps/templates/website_chatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ app:
config:
{
"k": 8,
"model": "gpt-3.5-turbo",
"model": "gpt-4o-mini",
"datasource": [],
"temperature": 0.7,
"instructions": "You are a chatbot that uses the provided context to answer the user's question.\nIf you cannot answer the question based on the provided context, say you don't know the answer.\nNo answer should go out of the provided input. If the provided input is empty, return saying you don't know the answer.\nKeep the answers terse.",
Expand Down

0 comments on commit 126d622

Please sign in to comment.