Skip to content

Commit 1ba030b

Browse files
authored
Merge pull request #2124 from Giskard-AI/feature/gsk-4192-replace-llama-with-qwen-on-ollama-docs
chore(docs): replace llama3.1 with qwen2.5 on ollama docs
2 parents 620e852 + 5f3b790 commit 1ba030b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎docs/open_source/scan/scan_llm/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import giskard
111111
api_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)
115115
giskard.llm.set_embedding_model("ollama/nomic-embed-text", api_base=api_base)
116116
```
117117

‎docs/open_source/setting_up/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import giskard
104104
api_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)
108108
giskard.llm.set_embedding_model("ollama/nomic-embed-text", api_base=api_base)
109109
```
110110

‎docs/open_source/testset_generation/testset_generation/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ import giskard
149149
api_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)
153153
giskard.llm.set_embedding_model("ollama/nomic-embed-text", api_base=api_base)
154154
```
155155

0 commit comments

Comments
 (0)