Skip to content

Commit

Permalink
chore: updated default models
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Jan 31, 2024
1 parent 1e663df commit b0f5b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/edgen_core/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ impl Default for SettingsParams {
Self {
threads: threads as u32,
default_uri: "http://127.0.0.1:33322".to_string(),
chat_completions_model_name: "zephyr-7b-beta.Q4_K_M.gguf".to_string(),
chat_completions_model_repo: "TheBloke/zephyr-7B-beta-GGUF".to_string(),
audio_transcriptions_model_name: "ggml-medium-32-2.en.bin".to_string(),
audio_transcriptions_model_repo: "distil-whisper/distil-medium.en".to_string(),
chat_completions_model_name: "neural-chat-7b-v3-3.Q4_K_M.gguf".to_string(),
chat_completions_model_repo: "TheBloke/neural-chat-7B-v3-3-GGUF".to_string(),
audio_transcriptions_model_name: "ggml-distil-small.en.bin".to_string(),
audio_transcriptions_model_repo: "distil-whisper/distil-small.en".to_string(),
chat_completions_models_dir: chat_completions_str,
audio_transcriptions_models_dir: audio_transcriptions_str,
}
Expand Down

0 comments on commit b0f5b19

Please sign in to comment.