mwtuni commited on
Commit
898d0a0
·
1 Parent(s): 0af26fc

uses OPENAI llm backend for initial tests

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "llm_backend": "ollama",
3
  "openai_model": "gpt-4o-mini",
4
  "hf_model": "mistralai/Mistral-7B-Instruct-v0.2",
5
  "ollama_model": "gemma:2b",
 
1
  {
2
+ "llm_backend": "openai",
3
  "openai_model": "gpt-4o-mini",
4
  "hf_model": "mistralai/Mistral-7B-Instruct-v0.2",
5
  "ollama_model": "gemma:2b",