You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/providers/backend.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ Ollama can get up and running locally with large language models. It runs Llama
248
248
```bash
249
249
k8sgpt analyze --explain --backend ollama
250
250
```
251
-
>>>>>>> 4a1fbed37eedd35111986d07c99cf340d5653fd6
251
+
252
252
## FakeAI
253
253
254
254
FakeAI or the NoOpAiProvider might be useful in situations where you need to test a new feature or simulate the behaviour of an AI based-system without actually invoking it. It can help you with local development, testing and troubleshooting.
0 commit comments