Skip to content

Commit

Permalink
Use Llama by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Oct 17, 2024
1 parent 503afd3 commit 6396053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BingusApi/config/bingus_config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"encoder_type": "api",
"encoder_type": "llama",
"use_model_path": "models/onnx/use_l_v5.onnx",
"api_uri": "http://bingus-encoder:5000",
"llama_model_path": "models/Bingus-q2a-v4.gguf",
"llama_model_path": "models/Bingus-q2a-v3.gguf",
"hnsw_seed": 42,
"use_q2a": true
}

0 comments on commit 6396053

Please sign in to comment.