Merge pull request #55 from ftoppi/ftoppi-issue-53

This commit is contained in:
Marco Vinciguerra 2024-04-09 22:41:38 +02:00 committed by GitHub
commit 9989327c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,8 @@ graph_config = {
"model": "ollama/mistral",
"temperature": 0,
"format": "json", # Ollama needs the format to be specified explicitly
# "model_tokens": 2000, # set context length arbitrarily
# "model_tokens": 2000, # set context length arbitrarily,
# "base_url": "http://ollama:11434", # set ollama URL arbitrarily
},
}