Skip to content

Commit

Permalink
add llama3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jul 24, 2024
1 parent 84ea2d0 commit 8782708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OPENAI_TTS_URL=https://api.openai.com/v1/audio/speech
OLLAMA_BASE_URL=http://localhost:11434

# Models Configuration:
# Models to use - llama3 works well for local usage.
# Model to use - llama3 or llama3.1 works well for local usage. In the UI you will have a list of popular models to choose from so the model here is just a starting point
OLLAMA_MODEL=llama3

# NOTES:
Expand Down
1 change: 1 addition & 0 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h1>
<div class="setting-group">
<label for="ollama-model-select">Ollama Model:</label>
<select id="ollama-model-select">
<option value="llama3.1">Llama3.1</option>
<option value="llama3">Llama3</option>
<option value="mistral">Mistral</option>
<option value="phi3">Phi3</option>
Expand Down

0 comments on commit 8782708

Please sign in to comment.