File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ llm_providers:
23
23
credentials_path : rhoai_api_key.txt
24
24
models :
25
25
- name : granite3-1-8b
26
- - name : my_rhoai_g32
26
+ - name : my_rhoai_g33
27
27
type : openai
28
28
url : " http://localhost:8000/v1"
29
29
credentials_path : ols_api_key.txt
30
30
models :
31
- - name : granite3-2 -8b
31
+ - name : granite-3.3 -8b-instruct
32
32
ols_config :
33
33
# max_workers: 1
34
34
reference_content :
@@ -45,8 +45,8 @@ ols_config:
45
45
uvicorn_log_level : info
46
46
default_provider : my_rhoai_g31
47
47
default_model : ' granite3-1-8b'
48
- # default_provider: my_rhoai_g32
49
- # default_model: 'granite3-2 -8b'
48
+ # default_provider: my_rhoai_g33
49
+ # default_model: 'granite-3.3 -8b-instruct '
50
50
query_validation_method : llm
51
51
user_data_collection :
52
52
feedback_disabled : false
Original file line number Diff line number Diff line change 12
12
"ollama+llama3.1:latest" : ("ollama" , "llama3.1:latest" ),
13
13
"ollama+mistral" : ("ollama" , "mistral" ),
14
14
"my_rhoai_g31+granite3-1-8b" : ("my_rhoai_g31" , "granite3-1-8b" ),
15
- "my_rhoai_g32+granite3-2 -8b" : ("my_rhoai_g32 " , "granite3-2 -8b" ),
15
+ "my_rhoai_g33+granite-3.3 -8b-instruct " : ("my_rhoai_g33 " , "granite-3.3 -8b-instruct " ),
16
16
}
17
17
18
18
NON_LLM_EVALS = {
You can’t perform that action at this time.
0 commit comments