File tree Expand file tree Collapse file tree 5 files changed +2306
-2279
lines changed
testset_generation/testset_generation Expand file tree Collapse file tree 5 files changed +2306
-2279
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ import giskard
111111api_base = " http://localhost:11434" # default api_base for local Ollama
112112
113113# See supported models here: https://docs.litellm.ai/docs/providers/ollama#ollama-models
114- giskard.llm.set_llm_model(" ollama/llama3.1 " , disable_structured_output = True , api_base = api_base)
114+ giskard.llm.set_llm_model(" ollama/qwen2.5 " , disable_structured_output = True , api_base = api_base)
115115giskard.llm.set_embedding_model(" ollama/nomic-embed-text" , api_base = api_base)
116116```
117117
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ import giskard
104104api_base = " http://localhost:11434" # default api_base for local Ollama
105105
106106# See supported models here: https://docs.litellm.ai/docs/providers/ollama#ollama-models
107- giskard.llm.set_llm_model(" ollama/llama3.1 " , disable_structured_output = True , api_base = api_base)
107+ giskard.llm.set_llm_model(" ollama/qwen2.5 " , disable_structured_output = True , api_base = api_base)
108108giskard.llm.set_embedding_model(" ollama/nomic-embed-text" , api_base = api_base)
109109```
110110
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ import giskard
149149api_base = " http://localhost:11434" # default api_base for local Ollama
150150
151151# See supported models here: https://docs.litellm.ai/docs/providers/ollama#ollama-models
152- giskard.llm.set_llm_model(" ollama/llama3.1 " , disable_structured_output = True , api_base = api_base)
152+ giskard.llm.set_llm_model(" ollama/qwen2.5 " , disable_structured_output = True , api_base = api_base)
153153giskard.llm.set_embedding_model(" ollama/nomic-embed-text" , api_base = api_base)
154154```
155155
You can’t perform that action at this time.
0 commit comments