Skip to content

Commit

Permalink
Default to llama3
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed May 2, 2024
1 parent 8a770be commit fbf9120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/llms/vendors/ollama/OllamaAdministration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function OllamaAdministration(props: { access: OllamaAccessSchema, onClos

// state
const [sortByPulls, setSortByPulls] = React.useState<boolean>(false);
const [modelName, setModelName] = React.useState<string | null>('llama2');
const [modelName, setModelName] = React.useState<string | null>('llama3');
const [modelTag, setModelTag] = React.useState<string>('');

// external state
Expand Down

0 comments on commit fbf9120

Please sign in to comment.